tnguy3n
11-14-2005, 10:00 PM
Required X Posts to Make New Thread in Y Forum(s)
Author: tnguy3n
This is port of my little hack I wrote for vB 3.0.x. you can view original hack here (https://vborg.vbsupport.ru/showthread.php?s=&threadid=73529).
What this mod do is to disallows user with XX amount of posts to create New Thread in certain forums that you assigned. Of course, users can still view thread, reply to threads as normal, but not to make new thread until they meet the minimum number of required posts.
Open the plugin and adjust the value of $minpost, $specialgroups, and $forumid_req_minpost to fit your site settings.
// min post required to create thread
$minpost = 5;
// special groups which isn't restricted by this hack
$specialgroups = array(5,6,7);
// forums where this rule effects, use commas to seperate multiple forums
$forumid_req_minpost = array(2);
Author: tnguy3n
This is port of my little hack I wrote for vB 3.0.x. you can view original hack here (https://vborg.vbsupport.ru/showthread.php?s=&threadid=73529).
What this mod do is to disallows user with XX amount of posts to create New Thread in certain forums that you assigned. Of course, users can still view thread, reply to threads as normal, but not to make new thread until they meet the minimum number of required posts.
Open the plugin and adjust the value of $minpost, $specialgroups, and $forumid_req_minpost to fit your site settings.
// min post required to create thread
$minpost = 5;
// special groups which isn't restricted by this hack
$specialgroups = array(5,6,7);
// forums where this rule effects, use commas to seperate multiple forums
$forumid_req_minpost = array(2);