RedTyger, thanks for the quick reply.
Tried your suggestion and no change.
Quote:
Originally Posted by RedTyger
Try changin $forum to $foruminfo[forumid]
|
Quote:
Originally Posted by a squared
I've tried adding a banner in a particular forum with the following code. And I get nothing. What have I missed?
Code:
<if condition="in_array($forum, array(39))">
<br />
<a href="http://www.example.com" target="_blank"><img src="images/banners/large/example.gif" alt="example" border="0"></a>
<br /><br />
</if>
|