Quote:
Originally Posted by CaneInsider
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>
|
Great, thank you for this one.