Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress Profile – Replace DisplayName


  • tduschei
    Participant

    @tduschei

    How can I replace the display name next to the Profile Picture with something else, ex: the users email address. Is there a filter or php file that I can go into? I have been searching for hours without any luck.

    Thank you,

    -Tom

Viewing 1 replies (of 1 total)

  • BuddyBoss
    Participant

    @buddyboss

    The PHP file producing most of the member header stuff (avatar, timestamp, etc) is located at:

    /plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php

    You’ll notice it does not output the member displayname however. That is actually just fed into the the_title, which is in your theme template. It’s probably in page.php, or buddypress.php if your theme has that. BuddyPress is feeding content into your page template.

    Not sure how to get the_title to display something else off hand, but that should help guide you in the right direction at least.

Viewing 1 replies (of 1 total)
  • The topic ‘Buddypress Profile – Replace DisplayName’ is closed to new replies.
Skip to toolbar