Page 1 of 1

Custom Block to only show up when logged in

Posted: 2. December 2009 19:23
by xGROMx
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
How would i make the Center Custom Block only show up to logged in users or users of a usergroup?

Re: Custom Block to only show up when logged in

Posted: 2. December 2009 19:37
by waxxie
Just like a normal template file

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
YOUR CODE HERE
<!-- ENDIF -->

Re: Custom Block to only show up when logged in

Posted: 6. December 2009 20:59
by xGROMx
Thanks, but what file holds the code to show the custom block that i can put that around?

Re: Custom Block to only show up when logged in

Posted: 11. December 2009 21:24
by jerkstore
Isn't it the portal_body.html ? You would put

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/custom_center.html -->
<!-- ENDIF -->