The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Plugin help
I have the Edit Time Limit setting turned on but have an exemption set so that not all usergroups have to deal with it. Here's the code:
Code:
if (is_member_of($vbulletin->userinfo, 5, 6, 7, 10, 11, 109)) { $vbulletin->options['edittimelimit'] = '0'; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|