latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Kyle Smith

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 4 topics - 1 through 4 (of 4 total)
Topic Count Last Reply
custom css for forms

By:  Kyle Smith in: Community Forum

voices: 2
replies: 1

3 years, 10 months ago  Jason (Lead Developer)

update_user_option

By:  Kyle Smith in: Community Forum

voices: 2
replies: 2

3 years, 10 months ago  Jason (Lead Developer)

registration form callback function

By:  Kyle Smith in: Community Forum

voices: 1
replies: 0

3 years, 10 months ago  Kyle Smith

remove column from user table

By:  Kyle Smith in: Unofficial Extensions/Hacks

voices: 2
replies: 3

3 years, 10 months ago  Eduan

Viewing 4 topics - 1 through 4 (of 4 total)

Topics I've Started

Viewing 4 topics - 1 through 4 (of 4 total)
Topic Count Last Reply
custom css for forms

By:  Kyle Smith in: Community Forum

voices: 2
replies: 1

3 years, 10 months ago  Jason (Lead Developer)

update_user_option

By:  Kyle Smith in: Community Forum

voices: 2
replies: 2

3 years, 10 months ago  Jason (Lead Developer)

registration form callback function

By:  Kyle Smith in: Community Forum

voices: 1
replies: 0

3 years, 10 months ago  Kyle Smith

remove column from user table

By:  Kyle Smith in: Unofficial Extensions/Hacks

voices: 2
replies: 3

3 years, 10 months ago  Eduan

Viewing 4 topics - 1 through 4 (of 4 total)

My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Monday Feb 18th, 2013 at 11:36 pm #42410

finally got it working

$meta_value = get_user_meta( $user_ID, 'the_meta_key_from_wp_usermeta', true );    
        $meta_value['your_custom_field'] = 'asdf';
        update_user_meta($user_ID, 'the_meta_key_from_wp_usermeta', $meta_value);
Posted: Thursday Feb 14th, 2013 at 11:43 pm #41760

nevermind. /shakeshead

there is an option under screen options to turn off a column from display

iwow, there is an hour I wont get back :D

Posted: Thursday Feb 14th, 2013 at 11:38 pm #41759

I have also tried

add_action('manage_users_custom_columns','remove_user_posts_column');
function remove_user_posts_column($column_headers) {
    unset($column_headers['agent_bio']);
    return $column_headers;
}

but to no avail

Viewing 3 replies - 1 through 3 (of 3 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.