The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have about 7 different banners that I would like to use, I simply want a different banner to load for the user every time they visit the forum.
Is there a mod for this? Thanks in advance. |
|
#2
|
||||
|
||||
|
Search on "banner*" or "rotat*" in "all mods" "titles only"
|
|
#3
|
|||
|
|||
|
this is what i use
Code:
<!-- Banner Rotator -->
<td class="alt1">
<SCRIPT LANGUAGE="Javascript"><!--
function banner() {
};
banner = new banner();
number = 0;
// bannerArray
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
banner[number++] = "<a href='http://www.link here.co.uk' target='_blank'><img src='http://image lin here.co.uk' border='1'></a>"
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
//--></SCRIPT>
</td>
<!-- End Banner Rotator -->
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|