Different users with same display names issue


Home Forums Front End PM PRO Different users with same display names issue

This topic is: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33227
    Hlaing Min
    Participant

    Hi Shamim,

    Attached, the message senders can mistakenly send the message to the wrong recipient with the same display name. How can I can make the “usernames” (unique to each user) appear in the “To” textbox instead of “display names”.
    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #33260
    Shamim Hasan
    Keymaster

    Add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_filter_show_which_name', function( $which ){
        return 'user_login';
    });
    
    #33271
    Hlaing Min
    Participant

    Yes, it works. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.