AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
How to Disable Nick...
 
Notifications
Clear all

[Closed] How to Disable Nicknames?

1 Posts
1 Users
0 Reactions
13.5 K Views
Robert
(@robert)
Support Team Admin
Joined: 2 months ago
Posts: 10733
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#13127]

Please don't confuse Username and Nickname.

Please be familiar with Users Nickname, Username and Display Name differences, read this FAQ topic: https://wpforo.com/community/faq/nickname-vs-username-vs-display-names/

Yes, they are the same right after the registration, because WordPress creates user Nickname based on Username, but you can change the nickname in My Profile > Account page:

Nicknames are used for user @mentioning and in your profile URL. So again, this is the nickname not username:

https:// wpforo.com/community/profile/ hayguys0129/

Please read this post for more information: https://wpforo.com/community/postid/17315/

 

In any case, if you still want to disable nicknames and don't allow people to @menation each other, you should put this code in WordPress active theme functions.php file:

function wpforo_disable_user_nicenames( $nicename ){
return '';
}
add_filter('wpforo_member_nicename', 'wpforo_disable_user_nicenames', 10);

How to Easily Add Custom Code in WordPress (without Breaking Your Site)


In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.


   
Share: