|
[HOME]
Member List Plug-in for BBPress
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
Included are 3 files: bb-memberlist.php which goes into the my-plugins directory, mlist.php which goes into the forums root directory, and memberlist.php which goes into my-templates (it MUST go into my-templates and not bb-templates)
Once those three files are in place, simply put bb_memberlist_link() in the href part of the "a" tag wherever you want the link (view readme if you don't understand)
I put my link in the "Views" section.
If you need rewrite rules in .htaccess, add the following line (if you don't know what that means, don't worry about it)
RewriteRule ^mlist/ /forums/mlist.php? [L,QSA]
Download version .80 here
Changes in .80
- Added theme compatibility
- Delete User functionality now deletes user from database
Download version .73c here
Changes in .73c
- Small change for servers that need rewrite rules in .htaccess
Download version .73b here
Changes in .73b
- Added optional functionality to sort by post count
- Requires Post Count plugin and uncommented post count code on memberlist.php
- Get Post Count from here: http://faq.rayd.org/bbpress_postcount
- Fixed some strange behavior with page changing combined with ordering
- Added ability to change the number of users per page
Download version .73a here
Changes in .73a
- Added active user count on memberlist page
- Added support for multiple pages (default is 10 users per page)
- Added better support for WPMU integration
Download version .73 here

|