It's in Navbar. Without the conditional it works fine. Of course it shows throughout the forum. I'm surprised it hasn't worked. On my live site I've hardcoded conditionals into the Navbar template using this code.
Code:
<if condition="$forumid == 39">
<br /><center>
<a href="http://www.example.com" target="_blank">
<img src="images/example.gif" alt="example" border="0">
</a>
</center><br /><br />
</if>
Quote:
Originally Posted by RedTyger
What adcode block is this going in?
|