Quote:
Originally Posted by Scanu
Change this
Code:
<vb:if condition="$bbuserinfo['userid'] == 0"><a href="/register"><div class="forcetoregister"></div></a></vb:if>
to this
Code:
<vb:if condition="$bbuserinfo['userid'] == 0 && THIS_SCRIPT != 'register'"><a href="/register"><div class="forcetoregister"></div></a></vb:if>
I haven't tested this on vB5 but it should works 
|
I tried this but it doesn't work. Is there another way to not have the mod on the register page?