Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Featured members: possible to show fewer details?


Jeff Sayre
Participant

@jeffsayre

KitWit-

Okay, I’ve made a mistake. I did not even notice that you had linked to the members’ theme, not the home theme.

My widget is for the home them. What you’re asking about is not a widget. It is a coded into the /directories/members/index.php file in the bphome theme.

You can make your own custom theme, edit this out, and get what you want:

<div class="item-meta"><span class="activity"><?php bp_the_site_member_last_active() ?></span></div>

<div class="field-data">
<div class="field-name"><?php bp_the_site_member_total_friend_count() ?></div>
<div class="field-name xprofile-data"><?php bp_the_site_member_random_profile_data() ?></div>
</div>

Just make sure to place your custom theme in the proper place and then select it in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”

Skip to toolbar