Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add mentionname in group member directory

  • @georgio-1

    Participant

    Hi,
    is it possible to add a mentionname under each name in group member directory ?

    That is:

    Georgio
    @georgio-1

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • @shanebp

    Moderator

    Yes. Make your adjustments in this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\members.php

    Create a template overload of that file first.

    Try adding this under the member name link:
    <h2 class="user-nicename">@<?php bp_activity_get_user_mentionname( bp_get_group_member_id() ); ?></h2>

    @georgio-1

    Participant

    Thanks for your response, @shanebp
    But it doesnt’t work. All I get is the @ symbol…

    @shanebp

    Moderator

    Forgot the echo, try:
    <h2 class="user-nicename">@<?php echo bp_activity_get_user_mentionname( bp_get_group_member_id() ); ?></h2>

    @georgio-1

    Participant

    Excellent! Now it works like a charm. Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar