Opened 15 years ago
Closed 15 years ago
#2114 closed defect (bug) (fixed)
wp_bp_xprofile_data base name field not updating value on registration
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.2.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
Currently, when a user registers on our site here: http://www.hoppedupbeer.com/register/
The Display Name field is not updated in the wp_bp_xprofile_data.value field which causes problems when commenting as retrieving the comment author retrieves the username, instead of the Display Name since the Display Name does not exist.
This is similar to another bug we found here: http://trac.buddypress.org/ticket/2097
You can resolve this issue by going to your profile, clicking edit and then saving it. This causes the field to be updated properly. However, if a user does not take those steps then that field is never properly updated.
We are using Wordpress 2.9.2 and Buddypress 1.2.1
(In [2818]) Fixes #2097, #2114