The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
You could do this:
Code:
if (is_member_of($vbulletin->userinfo, 5, 6, 7, 10, 11, 109) OR in_array($GLOBALS[forumid], array(1, 2, 3))) { $vbulletin->options['edittimelimit'] = '0'; } This will change the edit limit for everyone in forums 1, 2, and 3. If you wanted the limit changed only for certain usergroups in certain forums, then you'd change OR to AND. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|