The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
For quick reply on our forums we use this plugin...
Code:
global $vbulletin; if($vbulletin->userinfo['userid']) { if($vbulletin->userinfo['field10'] == 'Yes') { $vbulletin->options['quickreply'] = 1; } else { $vbulletin->options['quickreply'] = 0; } } else { $vbulletin->options['quickreply'] = 0; } Is there a similar way to disable the sidebar entirely as a user option? Right now we get a lot of complaints about the sidebar by some members while others really enjoy it. The main reason for the dislike seems to be that when you hide the sidebar, it still initially loads up and then hides after loading is complete, meaning it kind of "flashes" the user. ![]() I tried setting it ups as... Code:
global $vbulletin; if($vbulletin->userinfo['userid']) { if($vbulletin->userinfo['field40'] == 'Yes') { $vbulletin->options['sidebar'] = 1; } else { $vbulletin->options['sidebar'] = 0; } } else { $vbulletin->options['sidebar'] = 0; } ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|