The Arcive of vBulletin Modifications Site. |
|
Random Logo in Header Details »»
|
|||||||||||||||||||||||||
What it does...
Exactly what the title says. It's very similar to my 3.5 edit. In the header template.... PLACE THIS AT THE VERY TOP OF THE HEADER TEMPLATE Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin Random Logo In Header Script
var theImages = new Array() // do not change this
<!-- Edit the url images to match yours
theImages[0] = 'images/statusicon/forum_old.gif'
theImages[1] = 'images/statusicon/forum_new.gif'
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<td align="$stylevar[left]"><a href="index.php"><img src="'+theImages[whichImage]+'" border="0" alt="$vboptions[bbtitle]" /></a></div>');
}
// End -->
</script>
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"> showImage(); </script> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
i will install it when i upgrade my forum sooon .
** installed** |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
keep this one here.. I'll be baaaaaaaaaaack for it
![]() thanks |
|
#5
|
|||
|
|||
|
How can I set the location for the images to be displayed on the site? It jumps around I want them in a fixed location next to the right of my Logo. Right now its overlapping
see www.gentendo.com for example |
|
#6
|
||||
|
||||
|
Thank you. Very easy to do!
|
|
#7
|
|||
|
|||
|
awsome installed
|
|
#8
|
||||
|
||||
|
Is there a way to get this mod to work to the right of my header image?
www.MIdirtriders.com at the top of the page on the left I have my header MIdirtriders logo.. I would like to ad a random banner to the right of this.. any ideas with this and your hack? |
|
#9
|
||||
|
||||
|
Thanks for the hack! I'll install it right away...
|
|
#10
|
||||
|
||||
|
Quote:
I guess not
|
![]() |
|
|