Quote:
Originally Posted by jshallo
Hi, This works in most of my the Forums part of my site and even other add on sections like Videos, but, I can't get it to work in my CMS. Granted my CMS uses a special template but, even when I added it to both header templates and CSS its not working on the CMS and also the PhotoPost add-on. Odd.. any ideas why it won't show up?
|
I use a custom cms skin as well. Put the code at the very top of your header and instead of index use register as shown in this code.
PHP Code:
<vb:if condition="THIS_SCRIPT !== 'register'">
<vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
</vb:if>