Hi all, im trying to get this to work, it displays a floating menu on all pages but i do not want it visible on any of the register pages, can someone help?
PHP Code:
<if condition="THIS_SCRIPT == 'register' />
<else />
<if condition="is_member_of($bbuserinfo,1)"><div id="floatdiv" style="
position:absolute;
width:240px;height:110px;left:0px;top:0px;
padding:16px;background:#FFFFFF;
border:2px solid #2266AA">Your viewing of our forums and Resources will be restricted shortly and plus you are missing out on many benefits, to get unrestricted access and benefits <a href="http://www.thecodecage.com/forumz/register.php">Join here!</a> for free!
</div></if></if>
Right now i get an error when trying to save saying i have my </if> beginning tag missing but i cant see it?