MyBB Community Forums

Full Version: vBulletin Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
so r u ever gonna release this or what?
how did you make the menu look like in the picture?
IMPAQ Wrote:1. save navbits_finallink.gif to images/th1 directory.

[Image: navbits_finallink.gif]

2. Templates -> Navigation Templates

nav
<div class="navigation">
<a href="index.php" accesskey="1 "><img class="inlineimg" src="images/th1/navbits_start.gif" alt="" border="0" /></a> $nav$activesep$activebit
</div>

nav_bit
<span class="smalltext"><a href="$navbit[url]">$navbit[name]</a>$sep</span>

nav_sep
&raquo;

nav_sep_active
<br /><img src="images/th1/navbits_finallink.gif" alt="---" border="0" />

3. There's a <td> in the header template that includes navbits_start.gif. You have to take that out.

Thanks to IMPAQ for helping me , now I'll pass it on.
Thank YOU both Smile
I don't get that last part of the TD Sad
I removed this line from HEADER and it worked

<td><a href="#" onclick="history.back(1)"><img src="$theme[imgdir]/th1/navbits_start.gif" alt="$lang->go_back" border="0" /></a></td>
in places like nav and nav_sep do I have to remove what's already in there like / ?

Thanks!
NightLinks Wrote:in places like nav and nav_sep do I have to remove what's already in there like / ?

Thanks!

Yes, replace the whole thing.
Thanks!
how can I add a LINK to the top nav menu?

Thanks
Pages: 1 2 3 4 5 6