The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Minimum Time between Posts for Admins and Mods too.
Hello
Greetings. I want to know, if there is any Addon or Hack available or customization to set Minimum Time between posts for Admins and Mods too???? By Default, Admins and Mods are excluded from Flood check, and i want to add them to.. |
#2
|
|||
|
|||
Can anyone update me please????
|
#3
|
||||
|
||||
I think you may have to actually modify the code around line 454 of class_dm_threadpost.php to change this for posts. Do a search in your files for "floodchecktime" and you'll see the various files it shows up in (checking in blogs, visitormessages, report posts, picture comments and group messages all use it).
|
#4
|
|||
|
|||
Quote:
Thanks for your Reply, as i am a newbie. I am stuck on Line 454 !can_moderate($this->info['forum']['forumid'], '', $user['userid'], $user['usergroupid'] . (trim($user['membergroupids']) ? ",$user[membergroupids]" : ''))) Should i ad usergroup ids in $user['usergroupid'] . (trim($user['membergroupids']) ? "? and what to do after this? Need bit detail if possible. |
#5
|
||||
|
||||
Try removing the part about can_moderate.
Was: PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|