Top 5 Forum Posters v1.10
PHP-Fusion v6.00
Author: Unknown
Web: http://www.phpfusion-mods.com
-------------------------------------------
Released under the terms and conditions of
the GNU General Public License (Version 2)
-------------------------------------------


FEATURES
--------
- Display the top 5 users who have posted the most times in the forum.


INSTALLATION
------------
1. Upload the 'top_forum_posters_panel' folder to your Infusions folder.
2. Go to Panel Management, add a new side panel and select 'top_forum_posters_panel'
3. Give it a name of "Top 5 Forum Posters" (or something appopriate)
4. Save the Panel, return to Panel Management and Enable the Panel.


NOTES
-----
The number of users displayed can be changed by editing line 23 of top_forum_posters_panel.php. Change
         DESC LIMIT 0,5
at the end of the line into
         DESC LIMIT 0,X
where X is the number of you users you want to show. Don't forget to change the Side Panel title by editing the appropriate locale file for your language stored in the locale/ directory..


CHANGELOG
---------

v1.10
- Supports PHP-Fusion v6.00 instead of PHP-Fusion v5.01