Back to vBulletin 3.8 Template Modifications

Add Banner & The Banner in Navbara Times are changing
Mod Version: 3.8.5, by SİMAR

vB Version: 3.8.4 Rating: (0 vote - 0 average) Installs: 2
Released: 21 May 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Auto-Template Additional Files Re-usable Code Translations  

Add Banner & The Banner in Navbara Times are changing

Add Banner & The Banner in Navbara Times are changing

INSTALLATION:

Open navbar templatesini

Call the following code

Code:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if> </td>
add this code under the banner image url url redirection URLs and URLs where necessary, enter by yourself
Code:
<!-- Logo VbulletinCenter.Com --> <td class="alt2">
<SCRIPT LANGUAGE="Javascript"><!--
function banner() { 
}; 
banner = new banner(); 
number = 0;
// bannerArray 
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='Logo_URL' border='1'></a>" 
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='Logo_URL' border='1'></a>" 
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='Logo_URL' border='1'></a>" 
banner[number++] = "<a href='REDIRECT_URL' target='_blank'><img src='Logo_URL' border='1'></a>"
increment = Math.floor(Math.random() * number); 
document.write(banner[increment]); 
//--></SCRIPT> 
</td> 
<!-- Logo VbulletinCenter.Com -->
Call the following code,
Code:
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
Replace with the following
Code:
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" accesskey="p" tabindex="102" /></td>
Was added in the code;

'BANNER_URL' quotes in the URL to the banner image url

'REDIRECT_URL' quotes in the direction to be clicked on to address

Do not forget to enter the information above

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024