Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Changing what memberlist plugin displays.

I’ve taken the bb_profile_data() function and incorporated it into bb-memberlist.php as bb_member_profile_data() – I’ve tweaked it just a little to incorparate the email address and take out length of membership but other than that it’s the same.

I call it using

bb_member_profile_data($member->ID);

from within the table created in the memberlist.php file. I’ve left all the other code the same apart from removing some table columns that were not needed.

Thanks again for your help and pointing me in the right direction.

Let me know if you would like to see the exact code.

Skip to toolbar