PDA

View Full Version : ForumLogo into the navbar?


toddos
11-24-2006, 04:28 PM
Hi,
how can I get the logo from the header into the navbar ?

Here you have a Screenshot about what I mean =)

http://www.vbhacks-germany.org/attachment.php?attachmentid=3902&d=1164318616


I think I have to edit the template "navbar" and thats the code vor viewing the forumlogo:

<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>


Thanks a lot.

Shazz
11-24-2006, 04:33 PM
Sorry, nur lizensierte Benutzer können Hacks in diesem Forum herunterzuladen.

toddos
11-24-2006, 04:35 PM
sry.

Shazz
11-24-2006, 04:45 PM
In your navbar template, find:

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

Below that, add:

<!-- Banner Rotator by Redline -->
<td class="alt2">
<SCRIPT LANGUAGE="Javascript"><!--
function banner() {
};
banner = new banner();
number = 0;
<a href='REDIRECT_URL' target='_blank'><img src='BANNER_URL' border='1'></a>"
</td>

Then Find:


<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>


Replace With:

<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" accesskey="p" tabindex="102" /></td>

toddos
11-24-2006, 04:52 PM
its not working, see on the screenshot, the navabr is broken now

toddos
11-25-2006, 07:17 AM
Shazz ? Need Help, with your code the Navbar is crashed.

edit: ok, forget it ;) i have made it in an other way.

kronikdj
11-25-2006, 10:29 PM
Shazz ? Need Help, with your code the Navbar is crashed.

edit: ok, forget it ;) i have made it in an other way.

would you like to share? ;)

toddos
11-26-2006, 08:52 AM
Yeah, look at this Mod: https://vborg.vbsupport.ru/showthread.php?t=124194&highlight=navbar+paypal

:)

wengi
11-26-2006, 09:21 PM
is there a way to get the hack for the banner pls ?? id like to ave thm added on my site