lazuri adlı üyeden alıntı: mesajı görüntüle
header templatesinde aşağıdaki kodları en üstüne ekleyiniz.
<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] = 'http://www.siteniz.com/forum/images/banner1.gif' 
theImages[1] = 'http://www.siteniz.com/forum/images/banner2.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('<img src="'+theImages[whichImage]+'">'); 
} 
// End -->
2 den fazla kullanacaksanız
theImages[0] = 'http://www.siteniz.com/forum/images/banner1.gif'
bu kısmı çağaltınız.
Ayrıca yine header templatesinde aşağıdaki kodu bulunuz
<a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]" class="logobg"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table>
ve bununla değiştiriniz
<SCRIPT LANGUAGE="JavaScript">  <!-- Begin showImage(); // End --></script>

tşkler dostum