user-edit.php: “display name publicly as” problem
-
Hi, I wonder if someone can help me please?
I’m running a site that has got a couple of thousand subscribers, and I’m having a problem on the user-edit.php page.
The user login name is always the person’s email address, so in effect “user name” and “email address” are the same.
In the dropdown box “Display name publicly as”, the value is always defaulted to the username rather than the “display name”. The display name is actually the person’s forename and surname.
There are two options appearing in the dropdown: the person’s username and display name, which are different. When I select the display name and then click the “update user” button on the page, the value of the dropdown keeps defaulting back to the username.
When I look in the database at this point, the value in “display_name” field is correct, being the person’s forename then surname. But if I click the “update user” button on the page a second time, the value in “display_name” in the public_users table in the database changes to the username rather than the display name.
I’m stumped as to how to fix this – can anyone advise?
Much appreciated,
Croila
- The topic ‘user-edit.php: “display name publicly as” problem’ is closed to new replies.