The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to add a banner
I am trying to add a ad banner to my forum on the bottom centered. Does anyone know which template I have to do this in and where to enter the code. I have tried looking for a answer but nothing works
Thanks |
#2
|
|||
|
|||
|
#3
|
|||
|
|||
It all depends on where you want to put it at the bottom. You can do this in the footer template.
Find: Code:
<br /> <div class="smallfont" align="center">$vbphrase Above this add: Code:
<br /> <center> <td align="$stylevar[center]"><a href="http://www.link_to_your_banner.com"><img src="$stylevar[imgdir_misc]/path_to_your_image.jpg" border="0" alt="$vboptions[bbtitle]" /></a></td> </center> Change http://www.link_to_your_banner.com to the link people will go to when they click on the banner. Change path_to_your_image.jpg to your image. This will put the image above the time at the bottom. |
#4
|
|||
|
|||
thanks i needed help with that too
|
#5
|
||||
|
||||
Code:
<div align="center"> <a href="http://link.com" target="_blank"><img src="http://pathtoimage.com" border="0"></a> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|