This topic has 6 replies, 4 voices, and was last updated 11 years by aztlanla.

  • Author
  • #4635
     gideon1210
    Participant

    How do you allow the members directory profile to show the username instead of the full name

    #4652
     adam
    Participant
    #4655
     gideon1210
    Participant

    i tried that code but i didnt seem to do anything

    #4793
     SQadmin
    Keymaster

    This does the trick:

    COPY CODE
    
    /* Display Username in Directory  */
    function my_member_username() {
        global $members_template;
    
        return $members_template->member->user_login;
    }
    add_filter('bp_member_name','my_member_username');
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5072
     aztlanla
    Participant

    I tried the code and it didn’t work for me. The full name was still listed under the members directory.

    #5118
     gideon1210
    Participant

    try this plugin BuddyPress Usernames Only

    #5133
     aztlanla
    Participant

    The plugin worked, usernames only in members directory now.

    Thanks gideon1210

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?