Quote:
Originally Posted by inbrissy
Hi all,
I'm still new to php and vbulletin. I wanted to ask if its at all possible to add two more rotating banners to the header and footer of my forum. Is that something that is pretty easy to do? Can someone give me a hand with doing that?
It would be much appreciated.
|
Very easy. Go to AdminCP > vBulletin Options > vBulletin Options > vB Ad Management (header & footer) and in both the random sections add your banner code for that section separated by a |. i.e.
<a href="nothing.htm"><img src="blah.jpg /></a>|
<a href="nothing1.htm"><img src="blah1.jpg /></a>
Then go to AdminCP > Styles > Styles Manager > Edit Templates (Style dropdown menu) and edit the header and footer templates, inserting $header_advertisement and $footer_advertisement in the appropriate templates where you want the banners to appear. Then just adjust your vB Ad Management Global Settings as necessary.