The Arcive of vBulletin Modifications Site. |
|
Rotational Banner in Header Details »»
|
|||||||||||||||||||||||||
Well, I KNOW alot of you are looking for this as I was so here it is......
Also, found this on vBulletin.com, so ALL credit goes to "express" for this one. (I just modified it a little)Go to AdminCP > Styles and Templates> Style Manager > YOUR TEMPLATE > header In that, find..... Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> Code:
<SCRIPT LANGUAGE="Javascript"><!-- // *********************************************** // AUTHOR: <a href="http://WWW.CGISCRIPT.NET," target="_blank">WWW.CGISCRIPT.NET,</a> LLC // URL: <a href="http://www.cgiscript.net" target="_blank">http://www.cgiscript.net</a> // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( <a href="http://www.cgiscript.net/scripts.htm" target="_blank">http://www.cgiscript.net/scripts.htm</a> ) // *********************************************** function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='REDIRECT URL' target='_blank'><img src='BANNER IMAGE' border='1'></a>" banner[number++] = "<a href='REDIRECT URL' target='_blank'><img src='BANNER IMAGE' border='1'></a>" banner[number++] = "<a href='REDIRECT URL' target='_blank'><img src='BANNER IMAGE' border='1'></a>" // keep adding items here... increment = Math.floor(Math.random() * number); document.write(banner[increment]); //--></SCRIPT> Save and you're done Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Sorry, this is probably supposed to go in template modifications if someone can move it please.
|
|
#3
|
||||
|
||||
|
Very nice, thank you much!
|
|
#4
|
||||
|
||||
|
You are very welcome. You can't imagine how happy I was when I found this after searching for something like this for 6 weeks
|
|
#5
|
||||
|
||||
|
hmm. A simple image rotator? And?????
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
Nice, thanks and installed!
|
|
#8
|
|||
|
|||
|
I don't mean to rain on anyone's parade
but this image rotator requries javascript to be enabled in the user's browser. The hack below does exactly the same thing but does not.https://vborg.vbsupport.ru/showthread.php?t=94433 I like the stylistic idea though, I did exactly the same thing on my own forum and removed the bbtitle to make way for the banner. Looks very cool
|
|
#9
|
|||
|
|||
|
Thanks man... Ive been looking for a simple banner mod for my sponsors. Installed
|
|
#10
|
|||
|
|||
|
Quote:
|
![]() |
|
|