PDA

View Full Version : Custom page page viewable as guest


JimmyJames
29 Nov 2006, 17:09
OK, so I created a custom page using the following code:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

I then created a template that the custom page is calling for with the following html:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

The page generates fine if you are a member of the board, but my goal is to make a custom welcome page for guests. I tried using conditionals around my template, but with no success. Any suggestions?

Kirk Y
30 Nov 2006, 01:50
What was wrong with the conditionals?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Kungfu
30 Nov 2006, 04:16
What was wrong with the conditionals?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



that should work. Make sure you have <else /> with that space. I was having problems and i didnt have that space.