You can add columns in the bb-user-directory/bb-user-directory-renderers.php
I need to know the code to add avatars....something like this?
ud_register_column('Members', 'ud_render_user');
Version: .80
Last Updated: 2007-2-7
Requires bbPress Version: .80 or higher
Compatible up to: .80





You can add columns in the bb-user-directory/bb-user-directory-renderers.php
I need to know the code to add avatars....something like this?
ud_register_column('Members', 'ud_render_user');
nice plugin, but needs some beauty treatment!
- if you want to adjust the default number of members shown per page then open mlist.php and edit line 9 where it says $usercount = 10; and change that number to whatever you want!
- to add avatars into the list then edit memberlist.php on line 24. After <?php echo get_user_type($member->ID); ?> add this <br /><?php echo bb_get_avatar( $member->ID ); ?>
- if you want to adjust the size of the avatars then add a number at the end of the call, so that it looks like this: ( $member->ID,'16' ) (this makes the avatars appear at 16x16 pixels)
- I also recommend adding <p></p> around line 9 in memberlist.php so that the number of pages doesn't flow into the list, which looks awful!
This plugin does not seem to work for 1.0 I really need a member list for my forum..any ideas?
I am getting an error when I clink on link to Memberlist
Warning: include() [function.include]: Filename cannot be empty in /home/aerulz/public_html/bbpress/bb-includes/functions.bb-template.php on line 45
Warning: include() [function.include]: Filename cannot be empty in /home/aerulz/public_html/bbpress/bb-includes/functions.bb-template.php on line 45
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aerulz/public_html/bbpress/bb-includes/functions.bb-template.php on line 45
You must log in to post.