The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
Is it possible to disable side-block for guests (Unregistered / Not Logged In)? |
|
#2
|
||||
|
||||
|
Go through the template (Search in Templates) and find every instance of:
<vb:if condition="$show['sidebar']"> and replace with: <vb:if condition="$show['sidebar'] AND $show['member']"> or, write a plugin that sets $show['sidebar'] to false for guests. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|