bbPress Plugin Browser »

Memberlist (.80)

Download

Version: .80

Other Versions

Last Updated: 2007-2-7

Requires bbPress Version: .80 or higher

Compatible up to: .80

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(6)

Your Rating

Author: Joshua Hutchins


  1. 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');

    Posted: 2 years ago #
  2. 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!

    Posted: 2 years ago #
  3. internet

    Member

    This plugin does not seem to work for 1.0 I really need a member list for my forum..any ideas?

    Posted: 1 year ago #
  4. 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

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.