Log in

View Full Version : How Do I Add A Specific Banner To One Forum?


psoexplorer
03-04-2004, 06:52 PM
I need an image (most likely going to be a banner ad) to show up on only one section of the forum.... one page if you will. How do I do it? It needs to be at the top, before the post new thread button etc..

13th_Disciple
03-05-2004, 12:29 PM
you can do an if condition i think.. if forumid is equal to the forum you want the banner displayed in, then the banner is shown.. if not, nothing is displayed..

this is kinda modified from what i have on my forum.. but maybe this will work.. someone may know better than i, though.. and this is in the header template beside the forum logo image..


<if condition=" forumid == X ">
<!-- banner insert -->
<td align="right">
<img src="http://pathtobanner.com/imageofbanner.jpg">
</td>
<!-- /banner insert -->
</if>

MindTrix
03-05-2004, 03:28 PM
Pretty much the same as a tiny add on for vB2 (i think) that MadCat released here.