0
votes
0answers
16 views

Custom Individual User Home Page set by the Admin

I need users to login and see their homepage as a custom page set by the admin with information he wants to display for them. Basically the user will login and only see the information pertinent to ...
0
votes
0answers
9 views

redirect on first_time login [duplicate]

So I created a custom front end profile ala this wp-answer. Now I have made a custom register page using Theme My Login, which serves its purpose of saving data and such. Now what I want to do is on ...
1
vote
2answers
649 views

Can I create front-end editable user profile pages with Wordpress? How do I do it?

I'm trying to build a WP site where using the front-end, each user can: Register through the front end using basic fields Log in Create their own profile page using multiple forms Upload text, image ...
1
vote
3answers
336 views

Buddypress Add unserialized Profile Fields in Members Loop

I'm trying to show profile fields with checkboxes and drop-downs in the members directory loop. Example: Next to each member in the directory I want to show the Gender they selected This code works ...
0
votes
1answer
172 views

Customize field names in backend profile edit page through function.php [duplicate]

Possible Duplicate: How To Add Custom Form Fields To The User Profile Page? I want to change a the names of some of the fields in the edit profile page in the backend. For instance, instead ...
0
votes
1answer
814 views

Removing Fields From the Profile Page of Theme My Login Plugin

I would like to remove fields from the profile in Theme My Login. I want to remove everything except email and password field. I am able to hide fields using a little jQuery. But un fortunately I'm ...
0
votes
1answer
87 views

User profile Pick a premade Design/theme

i currently have been working on a huge project for the last few months and im not a big coder myself but i know a bit, so i needed help, i wanted to assign each user with a already premade design ...
1
vote
1answer
663 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
437 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 ...
2
votes
1answer
300 views

Different fields in My Profile page depending on user role

So I understand that I can user current_user_can to check the role of the current logged in user. But what I would like to do is show these different fields to the site Admin. So for example the ...
1
vote
1answer
2k views

How to add checkbox and radio button in Profile Page

I liked to customize my profile page by adding new fields to get more info from the user like "Gender" or "Speaking Languages". I managed to get the text input form to work, the problem I having now ...
0
votes
1answer
436 views

List all authors by matching custom meta data on a category page

I have a number of category terms act as placeholders for our departments. I than pull in those terms on the backend profile edit screen using Justin Tadlock's tutorial: ...