Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove avatars?


nightstalker101
Participant

@nightstalker101

You have to comment it out, in each file, the avatar appears, in the members loop for example:

filename-members-loop.php in the skeleton member theme line 26. It should look like this after commenting it out:

“><? //php bp_the_site_member_avatar() ?>.

Now you have an empty link, thta points to the profile.

The Css way:

.item-avatar{diplay:none}

visibility:hidden.

Maybe it can cause errors in old Ie Versions, so I would recommend the first solution.

Skip to toolbar