Ok, so I created a page and dropped the template in and everything works fine except for one thing. I need this page to be viewable by guests, so I tried wrapping a conditional around my template, but this did not work. Every time a guest tries to access my customized page, they get the generic vbulletin "you don't have permission to access this page" message. Any suggestions???
btw, i used this conditional around my template:
<if condition="$show['guest']"></if>
|