PDA

View Full Version : Board Optimization - Add Banner & The Banner in Navbara Times are changing


SİMAR
05-20-2010, 10:00 PM
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

<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
<!-- 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,
<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
<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

:up:

scottct1
05-21-2010, 12:16 PM
What does this do?

doraj
05-21-2010, 08:05 PM
Hello, interesting, could you make another version compatible also with vB 4?

Thank you

SİMAR
05-22-2010, 12:46 AM
nice info about banner

What does this do?

Hello, interesting, could you make another version compatible also with vB 4?

Thank you


Know your site is available an additional s kasmicak different logo banner exchange system thanks Friends:up:

vBMerkezi
06-10-2012, 04:14 PM
thank you. :)