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:
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: