BuddyDev

Search

[Resolved] Code snippet which link both the avatar and the user name to the conversation

  • Participant
    Level: Yogi
    Posts: 1112
    calu on #29807

    Hi there, I my search for what is causing issues to my messages module, I found this code snippet in my messages-loop.php, but I do not recall who shared this. Is this a code snippet you know about?

    What this code snippet does is to link both the avatar and the user name, in the message thread, to the conversation instead of the profile.

    <?php
    								$mssender = strip_tags(bp_get_message_thread_from(), '<br>');
    								?>
    								
    								<a href="<?php bp_message_thread_view_link( bp_get_message_thread_id(), bp_displayed_user_id() ); ?>" class="bp-tooltip" data-bp-tooltip="<?php esc_attr_e( "View Message", 'buddypress' ); ?>" aria-label="<?php esc_attr_e( "View Message", 'buddypress' ); ?>"><?php echo $mssender; ?><span class="activity"><?php bp_message_thread_last_post_date(); ?></span></a>
    								
    								<?php bp_message_thread_total_and_unread_count(); ?>
    								
    							</td>
    						<?php else: ?>
    							<td class="thread-from">

    Regards
    Carsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #29814

    Hi Carsten,
    I am sorry, I have no idea about the source of your custom code.

    Regards
    Brajesh

  • Participant
    Level: Yogi
    Posts: 1112
    calu on #29823

    Hej Brajesh, I see, thanks for clarifying.

    Regards
    Carsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24593
    Brajesh Singh on #29831

    You are weclcome.

The topic ‘ [Resolved] Code snippet which link both the avatar and the user name to the conversation’ is closed to new replies.

This topic is: resolved