PDA

View Full Version : Is it possible in Side Block?


staffurdu
01-29-2011, 09:07 AM
Hello,

Is it possible to disable side-block for guests (Unregistered / Not Logged In)?

Lynne
01-29-2011, 02:45 PM
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.