How to remove the username from the frontend? (privacy concern)
Quote from lucio7 on July 15, 2021, 7:43 amHey guys,
The forum shows the nickname and the username publicly.
The username is useful for mentioning (“@”) users.
However, some users first register with their real name.
Or even with their email.That’s a privacy issue: many users complained about that to me.
I know there is a code to remove the username from the frontend, while still leaving the “mention” option available.
What is that code?
I searched everywhere in the forum but couldn’t find it.
Hey guys,
The forum shows the nickname and the username publicly.
The username is useful for mentioning (“@”) users.
However, some users first register with their real name.
Or even with their email.
That’s a privacy issue: many users complained about that to me.
I know there is a code to remove the username from the frontend, while still leaving the “mention” option available.
What is that code?
I searched everywhere in the forum but couldn’t find it.
Quote from lucio7 on July 17, 2021, 6:50 amFound the code.
I had asked this same question before: https://wordpress.org/support/topic/possible-privacy-concern-removing-public-usernames/
And the code:
span.mention-nice-name {
display: none !important;
}
Found the code.
I had asked this same question before: https://wordpress.org/support/topic/possible-privacy-concern-removing-public-usernames/
And the code:
span.mention-nice-name {
display: none !important;
}
Quote from scholnick on December 20, 2021, 1:47 pmHow can I remove the email address showing in the status bar on hover over the display/name/nickname
How can I remove the email address showing in the status bar on hover over the display/name/nickname