MyBB Community Forums
[For 1.6] Minimum Post - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] Minimum Post (/thread-141118.html)



Minimum Post - un4saken - 2013-06-16

Minimum Post


Plugin allows the administrator to set which forums require a minimum post number to be able to make a new thread or post which is defined in the settings.

[Image: 74389-1370248430-LrYjckA.png]

[Image: 74389-1370248456-0qRHflk.png]


http://mods.mybb.com/view/minimum-post

Cheers!


RE: Minimum Post - PwnEm - 2013-09-05

Works great.

However, it limits both replies and threads, if you want to just limit it to threads you can remove this part from the main PHP file:
$plugins->add_hook('newreply_do_newreply_start', 'minimumpost_invalidate');
$plugins->add_hook('newreply_start', 'minimumpost_invalidate');

Tried it and it seemed to work without any problems.


RE: Minimum Post - MYSQLi - 2013-09-05

This plugin has been created about 50 times, do we really need another version of it ?