This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #139989
     lhma1981
    Participant

    I would like to hide the friends from a user to other users, I mean only the user can see his/her friends, but only him.

    #140208
     Laura
    Moderator
    Not marked as solution
    #140292
     lhma1981
    Participant
    Not marked as solution
    #140753
     Laura
    Moderator
    Not marked as solution
    #141011
     lhma1981
    Participant
    Not marked as solution
    #141306
     Laura
    Moderator
    Hello, done, i added this to your header.php
    <?php if ( bp_is_my_profile() ) { } else { ?>
    <style  type="text/css" media="screen">
    #friends-personal-li {
    display: none !important;
    }
    </style>
    <?php } ?>
    
    You are not using a child theme, i suggest to use it because if you update the theme you will lose this change. You need to install and use the child theme and copy the file header.php from main theme to child theme to store your changes and this fix
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?