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?
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?