Hide the sidebar for guests > Invisionize.eu - IP.Board (IPB) News
Kanał Rss Kanał Rss
Kanał Atom Kanał Atom

Hide the sidebar for guests

wersja drukowalna wersja Microsoft Word wersja HTML

If you want to hide the sidebar for guests open the template "Board Index -> boardIndexTemplate" and find:

{parse variable="sidebar_enabled" default="$show_side_blocks"}

Add BELOW:
<php>
if ( !$this->memberData['member_id'] )
{
	$this->templateVars['sidebar_enabled'] = 0;
}
</php>

Save the template and you're done :)

However you will need to do this skin edit for each skin you have!

wto, 18 maj 2010

Komentarze:

Brak komentarzy

Imię/Nick:

Adres email:

Strona WWW:

Treść Komentarza: