I am using the following code and everything in the user profile is updating except the user’s email. In the template: global $current_user, $wp_roles; get_currentuserinfo(); /* Load the registration...
I’m currently developing an intranet and I am using Justin Tadlock’s Members plugin to control roles and capabilities. I have created a HR role to allow Human Resources staff...
I want to remove the website field from the user contact info. I use the following to remove the AIM,Jabber and Yahoo IM . But I am not able...
Right now you can make your Display Name whatever you want, you can even impersonate an admin. Is it possible to make the Display Name unique? 3 As far...
I want to hide/remove the Personal Options in the Your Profile (wp-admin/profile.php) admin page. I am aware that solutions for this exist, but I they use jQuery to do...
I have installed bbforum plugin in my wordpress. However It has two separate profiles for the blog users and the forum users. Blog users have profiles url: /author/test/ While...
I want to replace get_author_link() and get_the_author_meta($feld) with something equivalent to point to the author of the current post Buddypress user profile page and retrieve a specific profile field...
I would like to remove or hide the Biography input field from the profile page. How do you do this? I already removed some contact methods from this page,...
I have to remove some profile fields from the ‘Profile’ page according to the user roles. For removing the color picker I used remove_action("admin_color_scheme_picker", "admin_color_scheme_picker"). I want to remove...
I want to create a public front-end profile page with a friendly url like this format. mysite.com/user/someusername Any idea on how can i achieve this? I know it has...