error looks like the dodgy link:
HTML Code:
<a href="<A href="http://www.gamerz-forum.com/forum/register.php">Register">http://www.gamerz-forum.com/forum/register.php">Register Now!</a>
should be
HTML Code:
<a href="{$vboptions[bburl]}/register.php">Register Now!</a>
plus that will work with any site without changing the code. it would also be best to do an option for the google ads id.
oh yeah and it will show even if you are a member so add:
HTML Code:
<if condition="$bbuserinfo[userid]"><else />ALL THE CODE HERE</if>