Page 1 of 1

Hiding blocks from guests?

Posted: 17. February 2011 10:24
by krael
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I'd like to hide the news block from guests, but have it there once they've logged in. Is this possible?

Re: Hiding blocks from guests?

Posted: 17. February 2011 12:56
by talonos
in the portal_body.html file insert this to apply what you want around the block in question.

Code: Select all

             <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
                <!-- INCLUDE portal/block/NAME_OF_BLOCK.html -->
             <!-- ENDIF -->