Theda
03-02-2010, 03:42 PM
I want to use a rotating logo for *some* of the styles on my forums, but not all of them. This has nothing to do with advertising banners, just the main logo at the top of the page.
Is anyone familiar with a mod that will work to do that with 4.0.x?
--------------- Added 1267552025 at 1267552025 ---------------
Someone posted this on vbulletin.com, could i use this to make it work for a specific style?
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<script type="text/javascript"><!--
//Javascript Created by Computerhope http://www.computerhope.com
//store the quotations in arrays
images = new Array(5);
images[0] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[1] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[2] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[3] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[4] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
//done
// --></script>
</BODY>
</HTML>
--------------- Added 1267557067 at 1267557067 ---------------
maybe this isn't the right forum? should it be in the coding? (can someone move it?) :)
Is anyone familiar with a mod that will work to do that with 4.0.x?
--------------- Added 1267552025 at 1267552025 ---------------
Someone posted this on vbulletin.com, could i use this to make it work for a specific style?
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<script type="text/javascript"><!--
//Javascript Created by Computerhope http://www.computerhope.com
//store the quotations in arrays
images = new Array(5);
images[0] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[1] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[2] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[3] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
images[4] = "<div align='center'><a href="path/to/source" target='_blank'> <img
src="path/to/image.gif" border='0'></a></div>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
//done
// --></script>
</BODY>
</HTML>
--------------- Added 1267557067 at 1267557067 ---------------
maybe this isn't the right forum? should it be in the coding? (can someone move it?) :)