Show name of members in the conversation, not the person who made the last reply


Home Forums Front End PM PRO Show name of members in the conversation, not the person who made the last reply

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19077

    Hi,

    In the inbox in the left column, there are photos of the participants and the name of the person who made the last reply. We don’t use photos, due to integrity, so I’ve hidden them and now we have a list of names and the date and time of the last reply. The problem is, that if I was the last person to reply, it’s my name that is shown in the list and not the person I’m communicating with. So I have no way to find the thread I’m looking for. Is there a way to always show the name of the other person/persons and not my own?

    Thank you!
    Stina

    #19088
    Shamim Hasan
    Keymaster

    If you show photos then there is a easy way to show the other user photo only
    Add following code in your theme’s (child theme you are using one) functions.php

    add_filter( 'fep_remove_own_avatar_from_messagebox', '__return_true' );
    

    Or to show names of other user you have to use fep_message_table_column_content_author action hook. It needs some custom code. You need participants name then remove own name from them.

Viewing 2 posts - 1 through 2 (of 2 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.