Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Most Posts Ever

This adds the most posts by a single user in a day to your stats page.

Version: 1.0
Author: dragonexpert
Submitted: 29th May 2014
Description:

This plugin finds the date the mosts posts occured. It then further calculates how many posts the top poster had. Not recommended for very large forums because it can be server intensive.

Installation:
1) Upload mostposts.php to your /inc/plugins folder.
2) Activate the plugin from your Admin CP.
3) Verify that the stats template has been updated. If it has not, add the following after {$lang->popular_forum}:
<br />The most posts by a user in one day was {$userinfo['posttotal']} on {$userinfo['dateline']} by {$userinfo['profilelink']}

Bugs And Support:
-Please start a thread under Plugin Support because I can't respond to reviews here.