The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is it possible in Side Block?
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:
|