Hello, the plugin needs to be updated. It throws warning/notice during user activation – https://prntscr.com/1ik6dh3
get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead.
]]>This error message appears on all new fields created after I updated to WordPress 5.7:
Extra Fields Options Updated.
However, highlighted fields are not updated because contain errors! Please correct them and update fields again or these fields will be lost.
Please advise if update is forthcoming.
]]>How to make extra fields required for users if they update their profile after registration. when i have open my profile.php there is nothing for Extra fields which i have created with this plugin. new fields are working good but i am unable to make it required. please help me.
thank you
Can you add API support to these custom fields? to read and write.
]]>Hello,
Wordpress 4.7.3 is showin the Notice below when accessing own profile:
“Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/new-intranet/wp-includes/functions.php on line 3829″
Changing line 482 on extra_user_details.php to wp_get_current_user(); fixes the Notice.
]]>hi,extra fields are not showing on front end profile page is it possible in this plugin or not?because i want make these fields updated by customer itself from the front end user edit profile page or any other way.
]]>hi, i am aakash,i have a query about this plugin that is, can we only add text fields as extra user details because i want to add a upload file field so is it possible in it or not?
]]>i an trying to use this plugin but i could not get this till now that what to do for executing this plugin.i mean what to put in meta key and field name, so please help of mine to describe this plugin or provide me some proper documentation of this plugin for using it.
thanks.
Is there any way to have the extra fields available when creating a new user? I can only access them after creation with the edit user function.
Extra fields from User Role Manager for example show up on user creation.
Any Ideas?
]]>yes, its simple to add new field
but how to give access to user for update these field
i want to add 3 extra field for user
where only admin or shop manager able to update that 3 field
user only able to see these file
can i do it
and what will be short code for that
Hi
Thanks for simple, uncomplicated and effective plugin!
Is there a way of adding these fields to the registration form as well?
TIA
]]>I use User Role Editor plugin to mantain user roles and capabilities
Can You list all user roles or all user capabilities to setup extra fields access level?
Can I output a value via shortcode?
]]>This plugin suffers from a serious security vulnerability.
If author is interested in details please respond with a valid email address I can use to send a report.
]]>Hello,
I tried to delete some fields but when I refresh the page, they’re still there, I even click “update extra fields” just to make sure but nothing. is it a bug ? thanks
]]>Hi,
If I want mu users to be able to add their facebook page, pinterest acc etc to their profile, where should I insert the below code?
<?php the_author_meta(‘facebook-page’); ?>
Sorry I dont know much about WP, only using logic and Google search.
Thanks
V
I have found a major issue with this plugin. If yo8u use it in conjunction with any of the front end profile editors it pulls the last entry for the additional fields from the database instead of the users details.
]]>I’ve installed this plugin. I’ve created 4-5 fields.
Is there a way I can display these details on a web page? If yes, can anyone suggest a plugin to do that?
]]>At first I didn’t look at this plugin because not have screenshot and don’t want to install to test. Many people just like me. It would be great to have a screenshot.
Thanks for a great plugin
]]>I added some extra user details fields, such as ‘title,’ but am having trouble displaying any of them. I use:
the_author_meta(‘title’);
but nothing is displayed, even though I can clearly see the ‘title’ meta_key in the wp_usermeta table. I have no problem displaying one of the other meta-keys (such as ‘first_name’) using the above function.
Am I missing a step?
]]>I want to add extra fields for subscribers only can you guide me how can i do this?
]]>Hi, i just update this plug in, and when i post a new entry show this error:
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/extra-user-details/extra_user_details.php:452) in /wp-admin/post.php on line 222
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/extra-user-details/extra_user_details.php:452) in /wp-includes/pluggable.php on line 899
Help!
]]>L.S.,
I used the Extra user details plugin to add a couple of extra profile fields and used a (child-)theme specific template to make these fields visible.
When I threw one of the fields out of the field definitions in the Extra User details plugin settings page, I noticed that the corresponding meta_keys and meta_values in the usermeta table were not removed.
IMHO I believe they should be removed when the field is removed.
Hope this feedback helps.
Smile,
Juliette
hay,
is it possible to use these informations as
default entry for contact form 7?
if yes, how can i do that?
sorry for misstakes, i’m still learning english.
I wish to insert <?php the_author_meta('meta_key'); ?>
in users comments. I tried to add in comments.php, doesn’t work.
I have made a small alteration to this plugin to enable a rich text editor for the profile fields – selectable in the plugin options panel (a project I am working on required this). If you are interested, please let me know and I’ll send you a diff.
]]>The help tab it’s not working with the new WordPress Version. I added this:
$hook = 'users_page_extra_user_details';
$screen = WP_Screen::get($hook);
$id = 'extra_user_details_help_id';
$title = "Extra User Details";
$callback = false;
$screen->add_help_tab( array(
'id' => $id, //unique id for the tab
'title' => $title, //unique visible title for the tab
'content' => $help, //actual help text
'callback' => $callback //optional function to callback
) );
Instead of:
add_contextual_help( 'users_page_extra_user_details', $help );
]]>
Just testing to see if it integrates with mine (amr-users) as I have many users who are looking for a decent extra user fields plugin.
Settings do not update in 3.3.1 and there are some deprecation notices.
Update line 23 from
add_submenu_page( 'users.php', 'Extra User Details Options', 'Extra User Details', 8, 'extra_user_details', 'eud_plugin_options' );
to
add_submenu_page( 'users.php', 'Extra User Details Options', 'Extra User Details', 'manage_options', 'extra_user_details', 'eud_plugin_options'
Also
add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead
This plugin claims to work in 3.0.5 yet simply does not.
]]>