The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
rotating banner upload
Ok very new to all this forum stuff, I'm trying to ad a banner rotator to my forum, this is the onehttps://vborg.vbsupport.ru/showthrea...rotator&page=7
The problem is I have a banner already setup and I believe i need to upload it to my server but i'm not sure were to put it and what exactly to do, here is what i have in my template and I need to know exactly what i need to put where, thanks jason <!-- Begin rotating ad code --> <script language="Javascript"><!-- function image() { }; image = new image(); number = 0; // imageArray image[number++] = "<a href='http://www.yoursite.net/forum/payments.php'><img src='http://www.yoursite.net/forum/sponsors/donatebanner.gif' border='0'></a>" image[number++] = "<a href='http://www.hikersupply.com'><img src='http://www.yoursite.net/forum/sponsors/hikersupply.gif' border='0'></a>" image[number++] = "<a href='http://www.modelt.net'><img src='http://www.yoursite.net/forum/sponsors/modeltbanner.gif' border='0'></a>" image[number++] = "<a href='http://appalachiantrailservices.com/'><img src='http://www.yoursite.net/forum/sponsors/atservicesbanner.gif' border='0'></a>" image[number++] = "<a href='http://www.thepacka.com/'><img src='http://www.yoursite.net/forum/sponsors/cedartreebanner.gif' border='0'></a>" // Carry on adding images - as many as you want increment = Math.floor(Math.random() * number); document.write(image[increment]); //--> </script> <!-- End rotating ad code --> well i figured it out , just wasn't sure at first but i got it done,thanks jason |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|