The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Do I Add A Specific Banner To One Forum?
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..
|
#2
|
|||
|
|||
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.. HTML Code:
<if condition=" forumid == X "> <!-- banner insert --> <td align="right"> <img src="http://pathtobanner.com/imageofbanner.jpg"> </td> <!-- /banner insert --> </if> |
#3
|
||||
|
||||
Pretty much the same as a tiny add on for vB2 (i think) that MadCat released here.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|