Tagged Questions
0
votes
0answers
39 views
Display custom fields in frontside user profile
I installed the CIMY User Extra Fields plugin to add new custom fields in theuser profile.
I added 1 custom field for gender to the user profile but it displays only in the admin panel user profile. ...
0
votes
1answer
50 views
Modify Profile Biographical Info Field
I've been hunting for the hook to edit the Biographical info field and it's H3 but no luck. I've found edit_user_{$field} do specific hooks exist?
I'm thinking I can hook into the existing tag ...
7
votes
1answer
117 views
Make display name unique
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?
0
votes
1answer
168 views
Displaying custom profile fields using Mingle Plugin
I am using the Mingle plugin to add some networking functionality for a website I am creating for a client. I am having Mingle handle displaying user profiles and friends, but WordPress to actually ...
2
votes
1answer
89 views
Custom user profile URLs
I have created a page "profile" that when visited with get variable of user id like:
http://example.com/profile/?uid=1
Then it will display the profile details of user id 1. Now I want to rewrite …
...
2
votes
2answers
139 views
Custom style on profile options page
is there any way to style the profile page on wordpress ? I will like to add something like:
Start of the page just below the <h2> tag
<div id="normal-sortables" class="meta-box-sortables ...
0
votes
1answer
235 views
How to obtain the user ID of the current profile being edited in WP-Admin?
Is there a way of obtaining the user ID of the profile being edited in wp-admin?
I know it's in the URL if you are editing a user, EX: ./wp-admin/user-edit.php?user_id=427. Could always ...
6
votes
1answer
64 views
Is it safe to store a user setting you don't want the user to ever modify as a user option?
I have added some custom user options to the profile page on my site, and most are all OK for the user to modify themselves. These options live in their own section. The users have read access and ...
1
vote
0answers
433 views
Why are BuddyPress user avatars not displaying properly?
I have a BuddyPress 1.6.x installation on WordPress 3.4.2.
User avatars are not displaying in the following situations.
On pages like:
www.domain.com/members/USERNAME/profile/edit/group/1/
Here is ...
3
votes
0answers
68 views
List User Comments on User Profile BuddyPress
Does anyone know if there’s a way to create an option on the BuddyPress user profiles where it can list the users’ comments, so that the user can see a list of everything they commented on. I searched ...
-1
votes
2answers
386 views
Different user type , different profile fields buddypress
I have a buddypress site build for a social media for Entrepreneurs and workers to help each other. now, this site can have different user types and according to type, different profile informations, ...
0
votes
1answer
390 views
How to add first name, last name and company name to my custom registration form
I´m trying to add first name, last name and company name to my custom registration page. The registration form almost works, but there is a problem.
So far I´ve got this code, but I cant get the ...
-1
votes
1answer
44 views
Disable editing profile for second time
Hi and thanks every one . i wonder if there was any way to disable editing profile for users of my site for a second time . because after i approve a user he/she changes his avatar to inappropriate ...
1
vote
1answer
142 views
Is there a way to make custom fields only editable by administrators?
I've found the following code that places custom fields into a user's profile:
function extra_user_profile_fields( $user ) {
?>
<h3><?php _e("Roof Asset Information", "blank"); ...
0
votes
1answer
451 views
Wordpress User Profile Upload - If page is saved file reset
I have various different extra profile fields which I have set in functions.php however with the upload one if a user uploads an image and saves the form the image is set, however if they go back and ...
1
vote
0answers
76 views
How can I make the user names of commentors clickable links to the user's profile from the admin comment screen?
I've set up my wordpress blog to only allow logged in users to leave comments, but I need a way for the administrator to be able to go to a user's profile from the comment moderation screen. I don't ...
0
votes
1answer
238 views
Cant edit profile from frontend
Hope you can assist.
Background:
I have a multisite config. Users need to be able to update their profile from the frontend, via their profile page, which is something like, ...
1
vote
1answer
651 views
Extra User Profile Field Upload File / Image
I have been following the following tutorial to try and an upload form to the user profiles. ...
2
votes
1answer
432 views
How to Save Different Usermeta Fields According to User Role?
I have created some custom roles using a plugin and I have also created custom user meta fields that are show in the Profile pages of each user (/wp-admin/profile.php)
I have a problem with saving ...
0
votes
2answers
1k views
Drop down list in user profile page
I am having problems finding an answer to this. I need to have a custom user meta field.
I can create them which is fine but I need to create a drop down one.
For example I want the user meta to ...
0
votes
1answer
56 views
Filter to remove the default password on “Your Profile” page
Whenever I go to my "Your Profile" page to edit any of the settings other than the password, I have to manually empty out the password field to avoid errors/nags.
Is there a filter I can place in ...
2
votes
1answer
988 views
Force users to complete their profile after they register? How to
I am making a custom (quick) registration page in my wordpress site, to let users to register quickly by just filling username-email and choose their password.
I have tpl-edit-profile.php,
what ...
1
vote
1answer
699 views
Is there any function available to echo current user's profile url?
As of now i'm using this code to echo user's profile url.
<?php echo esc_url( home_url( '/' ) ); ?>user/<?php echo $current_user->user_login ?>"><?php echo ...
1
vote
1answer
64 views
Multiple Unique Author Profiles
I'd like to create multiple user profiles are unique, without just using a "if/then/else" php statement on the author.php template?
All I need is the ability to create two different types of profiles.
...
0
votes
2answers
2k views
User Profile / Add Custom Fields
Hello: I am trying to add 7 custom fields to the standard Wordpress wp-admin/profile.php page. There are a few site which suggest a simple bit of code to do this, for example:
...
0
votes
2answers
806 views
Extending the user profile
Is there any way that developing a Wordpress admin panel like this would be possible?
http://deanelliott.me/wp-content/uploads/account-backend.jpg
My client wants it to be displayed within the ...
0
votes
1answer
61 views
How to parse a huge list of users using a CRON function?
I have several thousand users subrscribed to a WP website. Everyday I need to send an email to each user. The emails are custom generated depending on the data of several custom user profile fields. ...
1
vote
1answer
697 views
Add User meta fields, which only admin can edit
is there a way to add custom user meta fields (like the one in the profile.php which contain specific user data), but only an admin (or an other user with enough capabilities) can change them?
Maybe ...
3
votes
1answer
1k views
Diplay a registered user profile page
I have a website where users can register, login and their edit profile, they can comment but not post.
What I am looking for is a way to display a user profile page (where I display the gravatar and ...
0
votes
1answer
813 views
add 'file upload' field to user details
In the backend when a user goes to their detail page they can edit a few text fields. I want to add a custom field that allows the user to upload a file. I found something similar but its only to add ...
2
votes
2answers
261 views
user-new.php less detailed after WP3.1; how to revert?
I updated WP to 3.1, and one issue my organization (which uses WP in Network Mode) is having is the Add New User page in wp-admin is now much less detailed -- before it was more like profile.php, with ...
3
votes
4answers
1k views
Upload gravatar in WP profile?
I'm interested in the theory of a user being able to register/upload a gravatar directly in their user account within a hosted WP system.
Is this feasible?
