bbPress

Simple, Fast, Elegant

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

Plugin Name: Memberlist Plugin URI: http://faq.rayd.org/memberlist/ Description: Displays all active members Author: Joshua Hutchins Author URI: http://ardentfrost.rayd.org/ Version: .80

Change Log:

  • .73a
    • Added Active User Count on memberlist page
    • Added support for multiple pages (default is 10 per page)
    • Added better support for WPMU integration
  • .73b
    • Added optional functionality to sort by post count
    • Fixed some strange behavior with page changing combined with ordering
    • Added ability to change the number of users per page
  • .73c
    • Small change for servers that need rewrite rules in .htaccess

  1. This doesn't delete the users from the database? They are still on my memberslist in adminpages!

    Posted: 1 year ago #
  2. This will be fixed in version .74 as soon as I can get a chance to do it (work has been preventing me from doing it)

    Posted: 1 year ago #
  3. Users are now deleted from the database instead of user status change (this is as of .80, which requires bbpress .80)

    Posted: 1 year ago #
  4. Would it be possible to add:
    - the number of posts by user?
    - the display names of the staff? i.e I'm the admin, and there's admin instead of "kReEsTaL" displaying in the member list, although "kReEsTaL" appears in the posts (with the "display names" plugin).

    Any way to fix that?

    Posted: 1 year ago #
  5. creatiu

    Inactive

    I have more than 4500 users, how can I hide all the page numbers? It is possible something smaller showing only some page numbers? Thank you!

    Posted: 1 year ago #
  6. creatiu

    Inactive

    TRICK TO SHOW YOUR USERS AVATAR (Avatar Upload Plugin):

    Add in memberlist.php at line 13: <th><?php _e('Avatar'); ?></th>
    And finally at line 25: <td><?php avatarupload_display($member->ID); ?></td>

    Posted: 1 year ago #
  7. hi i was wondering if there is a way to show more user details using

    <?php echo
    "<a href=\"".$member->user_url."\">".$member->user_url."</a>";
    ?>

    like age, and occupation etc on the memberlist page?

    cheers in advance

    Posted: 1 year ago #
  8. For some reason modrewrite wasn't working correctly for me with this plugin. so I modified line line 105 of bb-memberlist.php.

    I replaced

    $r = bb_get_option('uri') . "mlist/" . ( '' != $tag ? "?$tag" : '' );

    with

    $r = bb_get_option('uri') . "mlist" . ( '' != $tag ? "?$tag" : '' );

    Notice that all I did was remove the /

    Hope this helps someone :)

    Posted: 11 months ago #
  9. I've got a suggestion. In the next version you should remove the check box to delete the keymaster of bbpress. You may have already disabled this, but I don't want to try it :)

    Posted: 11 months ago #
  10. Thank you for the plug-in :)
    it's a handy one.

    I'm using it here: http://desbar.eu/

    Posted: 8 months ago #
  11. edwinfoo

    Member

    This is really a sensational plug-in. Thank you for making it available.

    How can we change the default view of 10 entries? What would suit my needs would be 100 with the next option being 250.

    Posted: 7 months ago #
  12. itissue

    Member

    Nice plugin! This is just what I needed. I always wanted to somehow list all the members.

    Posted: 5 months ago #
  13. enxaqueca

    Member

    Hello everyone!

    I am using bbPress version 0.9.0.2, and Memberlist version 0.80.

    This is how I am showing Gravatars in my Members List:

    1. I enabled Gravatars in my Admin's options;
    2. I made Line 24 of memberlist.php look like this:
    <td><center><?php echo "ID)."\">".$member->user_login.""; ?>
    <?php echo get_user_type($member->ID); ?>
    <?php echo bb_get_avatar( $member->ID ); ?></center></td>

    Posted: 3 months ago #
  14. gerikg

    Member

    I get an error when I delete a member that is the only one on the page

    Clarify: 6 members, 5 members per page. When I delete member 6 on page 2 I get this error:

    Warning: Invalid argument supplied for foreach() in /homepages/0/d188981313/htdocs/kiaspeed2/wordpress/forum/my-templates/kakumei-edit/memberlist.php on line 25

    Posted: 3 months ago #
  15. Great plugin!

    I translated him to Russian.

    Posted: 3 months ago #
  16. Nicely done! Here's my implementation:

    http://www.communitycarefund.org/bbpress/

    http://www.communitycarefund.org/bbpress/mlist.php

    Posted: 1 month ago #
  17. Thanks for this great plugin!
    Excellent work!

    Posted: 1 month ago #
  18. nice plugin! he merit to be integrating by default :p

    bye

    Posted: 1 week ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.