Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide Friend and Group Counts

  • @amahesh

    Member

    Is there a way to remove the counts next to the Friends and Groups fields in each member’s profile?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • @suchaqd

    Participant

    a#user-friends span {
    display: none;
    }

    a#user-groups span {
    display: none;
    }

    same for the other things.. just replace “blogs” or whatever else you need. You can figure it out by using the http://getfirebug.com/ plugin for Firefox =)

    @amahesh

    Member

    Cool, thanks for this. Where do I put this code?

    Thakls

    @jstebbing

    Member

    Is it possible to remove the parenthesis around the counts and style just the counts differently? I’m new here and can’t find the location in the theme files to remove them and potentially add new tags for styling. thanks in advance.

    @nuprn1

    Participant

    `bp-default/members/index.php` has “ and so forth. this could be child via a child theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Friend and Group Counts’ is closed to new replies.
Skip to toolbar