• Resolved lucianovictor

    (@lucianovictor)


    Hey guys, i’m trying to show the display name instead of the username on my profile page

    is there anyway to do that with this plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lucianovictor

    (@lucianovictor)

    any help on this issue?

    Plugin Support john

    (@johnweru)

    Hey there,

    Thanks for reaching out to us.

    In relation to your question here, you will need to navigate to the stax-buddy-builder/core/widgets/profile-member/Username.php file and around line 119, have the contents altered from:

    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>

    to

    <h2 class="user-nicename">@<?php echo bp_core_get_user_displayname( bp_displayed_user_id() ); ?></h2>

    I hope this helps.

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Display name instead of username’ is closed to new replies.