• Resolved dkrahl

    (@dkrahl)


    Hi,

    User A sends user B a message. User B does not know user A -> user B decides to visit user A’s profile page but cannot because names/circled profile photos in the message tab are not hyperlinking to sender’s profile page. Is there any fix to that and hyperlink the photos or/and names in message view?

    See screenshot for visual explanation.

    Thank you,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dkrahl

    (@dkrahl)

    Figured it out. For anyone interested, class-profile-magic-chat-system.php line 278.

    Set a href to the slug, using

    $user_info = get_userdata($rid);
    $slug =  $user_info->user_login;

    Hope that linking will become part of next update.

    Thread Starter dkrahl

    (@dkrahl)

    To improve the above and link all avatar images in the message chat overview, also modify $return .= "<div id=\"$message->m_id\" class=\"$align\" > " . $CUSTOMVARIABLE . "<div class=\"pm-user-description-row pm-dbfl pm-border\">" . stripslashes($last_message) . "</div><div class=\"pm-message-thread-time\">$date</div></div>"; and a href the custom variable. Hope this helps someone.

    Probably sensible to add this to future update.

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hi,

    Thank you for writing to us and sharing the information.

    We have noted and forwarded it to our development team to review and ask them to include it in one of our future releases. Most probably by the end of this month.

    Thank you,

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hi,

    We have included the feature “hyperlink the photos or/and names in the message view.
    “. You may update the plugin to see the changes.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Message received from user – how to visit sender’s profile’ is closed to new replies.