This topic has 6 replies, 2 voices, and was last updated 8 years by ACTasarim.

  • Author
  • #180219
     ACTasarim
    Participant

    I’m trying to add Full Name above the nice name (@mentionname) in profile pages. In order to do that I’ve created buddypress/members/single folders in my child theme, copied the member-header.php into single folder and changed these lines:

    this:

    <?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
    <h4 class=”user-nicename hover-tip click-tip” data-toggle=”tooltip” data-container=”body” data-title=”<?php bp_last_activity( bp_displayed_user_id() ); ?>” data-placement=”bottom”>@<?php bp_displayed_user_mentionname(); ?></h4>

    to this:

    <?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
    <h4 class=”user-fullname hover-tip click-tip” data-toggle=”tooltip” data-container=”body” data-title=”<?php bp_last_activity( bp_displayed_user_id() ); ?>” data-placement=”bottom”><?php bp_displayed_user_fullname(); ?><small>@<?php bp_displayed_user_mentionname(); ?></small></h4>

    as recommended. But It has no effect on my site. It still shows the KLEO member-header.php code in source. What am I doing wrong here? Cheers.

    #180220
     Kieran_SQ
    Moderator
    Not marked as solution
    #180242
     ACTasarim
    Participant
    Not marked as solution
    #180252
     Kieran_SQ
    Moderator
    Not marked as solution
    #180256
     ACTasarim
    Participant
    Not marked as solution
    #180257
     Kieran_SQ
    Moderator
    Not marked as solution
    #180258
     ACTasarim
    Participant
    Not marked as solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?