Tagged Questions
1
vote
2answers
645 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 ...
0
votes
1answer
375 views
Create Unique ID for user
I have to create a membership site, but I need to give every user that registers a automatic ID number.
For example,
User 2 - has a code - pay-102
User 3 - has a code - pay-103
I did a forum ...
1
vote
1answer
659 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. ...
0
votes
1answer
221 views
query usermeta from custom field
I am using a plugin to create custom fields in the user registration.
I have created a check box field called g300 which is the name of the meta_key stored in wp_usermeta.
It looks like the value ...
0
votes
1answer
255 views
Save custom field types with this function…?
I found this great article (right here) about creating and saving custom fields for user profiles. The problem is that it only saves text fields. I can't save checkboxes, radio, or any other field ...