==README for addon_memberslist.php==
Release date: November 26, 2004.
Latest update: June 19, 2018.
miniBB version: 3.3 and higher
Author: Paul Puzyrev (minibb.com).

addon_memberslist.php is an addon to miniBB, which allows public to view a list of currently registered members. Admin have this option in the admin panel by default (when searching users, search by ID and do not type any ID in). This plug-in is the lite version of such admin function: public users can browse a list of users nickname, ID, Location, Webpage, Registration Date and IM information. Plug-in also includes simple possibility of searching users; possible to search by ID, Nickname or Location.

==INSTALLATION==

1) Copy `templates/addon_members.html` and `templates/addon_members_cell.html` to your forums /templates/ folder

2) Copy addon_memberslist.php to the root forums folder

3) In bb_plugins.php, paste the code provided under bb_plugins.code.txt 

4) Include link to the add-on somewhere in one of your templates (statistics, user info etc.) - on your choice. Note: if you paste it in the header, because header is built dynamically, this link won't disappear dynamically when you are in the Members List section. A preferrable place is the Stats page (templates/stats.html). Example of HTML code for the link:

&nbsp;{$l_sepr}
<a href="{$main_url}/{$indexphp}action=memberslist" class="mnblnk">{$l_membersList}</a>&nbsp;{$l_sepr}

- this could be pasted after <a href=...>{$lastRegUsr[1]}</a>

5) $l_membersList should be defined in the language pack (look up for the example under lang/eng.code.txt and translate if needed).


==NOTES==

By default, members list is sorted by username in ascending order. Clicking on other column titles you can sort also by Location, Website, Registration date or IM fields in ascending order.

Website hyperlinks in the list are transformed to be clickable on the fly, with the 'nofollow' rel tag. It can be re-defined, specifying NOFOLLOW constant.

If you have installed "Who-is-online" plugin together with "Members" plugin, in bb_plugins.php paste "Who-is-online" code string BEFORE "Members" add-on code.

==FINALLY==
I hope it will work for you. Please, post bugs and suggestions on our forums:
http://www.minibb.com/forums/11_1602_0.html
