The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I want it that discussion leaders have no flood control, but normal members have a flood control of 69 sec (
![]() Group 11 is my discusion leaders. Current Code: -------------------------------------------------------- PHP: if ($enablefloodcheck) { if ($bbuserinfo[usergroupid]=!18 or $bbuserinfo[usergroupid]=!11 or !ismoderator($foruminfo[forumid]) and time()-$bbuserinfo[lastpost]<=$floodchecktime) { eval("standarderror(\"".gettemplate("error_floodch eck")."\");"); exit; } } -------------------------------------------------------- Any idea?? -KOJ (Thanks ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|