Unable to add 2 or more recipients with the same first name


Home Forums Front End PM PRO Unable to add 2 or more recipients with the same first name

This topic is: Not Resolved

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45868
    ludovic.clain
    Participant

    Hey there 👋 
    I seem to have found a bug: I have users who have the same firstname (but not the same username or nickname obviously, eg. “Sandrine”), and when I try to add them to the same conversation group, I can add the first but not the second for example (I suppose the system considers that the latter is already added).
    Thank you for your help!
    Warm regards,
    Ludovic

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

    I am trying to fix it. It may take some time.
    In the meantime you can use different display name for the user. Use following code to show full name instead of just first name

    add_filter( 'fep_filter_show_which_name', function( $which ){
    	return 'first_last_name';
    });
    
    #45873
    ludovic.clain
    Participant

    This filter does the job, it’s perfect, 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.