Unique display name and nickname in wordpress

Hiya Folks!

We know that display name and nickname are very useful option in wordpress. Some users want to show display name or nickname instead of username. But there is possibility to be the display name and username same for more than one users. It will create confusion in plugin like BuddyPress or Classifieds or so.

But, if you can protect your user and system to create duplicate display name and nickname, then it’s achievable. Let’s make the hands dirty :)

You can add these codes in your functions.php in the theme, if you think your theme won’t be changed. Otherwise mu-plugins is the best solution. To use mu-plugins, go to /wp-content/ and find the folder with name ‘mu-plugins’. If there is no folder in that name, then create a folder, name it ‘mu-plugins’, create a file inside that, give any name you like and paste the code in their. You don’t need to activate that plugin. Mu-plugins means must use plugins, so it will be activated automatically always.

https://gist.github.com/bappi-d-great/030176b577bde95ec054

The above code speaks a lot!
Many thanks to my colleague Vaughan Montgomery.

Suggestions are welcome :)

3 comments

  1. Get an error at this line:
    for($i = 0; $i display_name){
    syntax error, unexpected ‘display_name’ (T_STRING), expecting ‘;’

  2. error in SQL QUERY

    [Tue Feb 16 09:03:41.435524 2016] [fcgid:warn] [pid 26980] [client 81.106.136.2:55010] mod_fcgid: stderr: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE user_id = 1 AND blog_id = 1’ at line 1 for query SELECT COUNT(id) FROM WHERE user_id = 1 AND blog_id = 1 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘/home/xxxx/wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/kleo-child/functions.php’), display_name_and_nickname_duplicate_check, wp_update_user, wp_insert_user, do_action(‘profile_update’), call_user_func_array, bp_blogs_add_user_to_blog, bp_blogs_record_blog, BP_Blogs_Blog->save, BP_Blogs_Blog->exists, referer: https://www.xxxx.com/members/administrator/profile/edit/group/1/
    [Tue Feb 16 09:03:41.435695 2016] [fcgid:warn] [pid 26980] [client 81.106.136.2:55010] mod_fcgid: stderr: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘( user_id, blog_id ) VALUES ( 1, 1 )’ at line 1 for query INSERT INTO ( user_id, blog_id ) VALUES ( 1, 1 ) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘/home/xxxx/wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/kleo-child/functions.php’), display_name_and_nickname_duplicate_check, wp_update_user, wp_insert_user, do_action(‘profile_update’), call_user_func_array, bp_blogs_add_user_to_blog, bp_blogs_record_blog, BP_Blogs_Blog->save, referer: https://www.xxxx.com/members/administrator/profile/edit/group/1/

Leave a comment

Your email address will not be published. Required fields are marked *