https://vborg.vbsupport.ru/showthrea...threadid=39738
Credit goes to Logican...
in newthread.php find:
PHP Code:
// auto bypass queueing for admins/mods
Before that add:
PHP Code:
if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y AND $foruminfo[forumid]==Z) {
show_nopermission();exit;
}
(Set X for the user group, Y for the minimum post number to post, and Z for the forumid)
Satan