wp_users user_url not populated on registration
-
We have run into an issue on our site that is causing some problems. Currently, when a user registers on the site the table user_url in wp_users is not populated with the url of their profile. This does not become populated until they edit their profile page at /username/profile/edit/group/1 and save it.
This causes problems if they comment on a post before they edit and save their profile because then wp_comments.comment_author_url is left blank, which results in function calls for that field to return nothing.
We basically need wp_users.user_url to be populated on registration to avoid this issue.
We are using Buddypress 1.2.1 and wordpress 2.9.2
- The topic ‘wp_users user_url not populated on registration’ is closed to new replies.