Back to Modification Graveyard

Rotational Banner in Header
Mod Version: 1.00, by HMBeaty

This thread is in the Modification Graveyard.
vB Version: 3.5.0 Rating: (2 votes - 5.00 average) Installs: 26
Released: 21 Oct 2005 Last Update: Never Downloads: 6
Not Supported Template Edits  

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>
Under that, add.....

Code:
<SCRIPT LANGUAGE="Javascript"><!-- 
// *********************************************** 
// AUTHOR: <a href="http://WWW.CGISCRIPT.NET," target="_blank">http://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

Download

No files for download.

Similar Mods

Banner in header vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2025