The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
The variable you are interested in is $vbulletin->options['maximages'] You may be able to create a plugin which sets that variable to '0' (meaning it's disabled) for admins. Perhaps try the global_start location with something along the lines of:
Code:
if (is_member_of($vbulletin->userinfo, 6)) { $vbulletin->options['maximages'] = 0; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|