PDA

View Full Version : How to do this with Navbar


the1rabbits
04-26-2011, 07:04 AM
Hi Guys,

I came across this site and I like the way they have put icons for Facebook, Twitter and YouTube in their navbar.

How can I do that on my site?

Here is the site: http://www.theproductforum.com/forums/forum.php

:)

clutchthese
05-19-2011, 12:06 AM
ever figure this out?

BirdOPrey5
05-19-2011, 10:05 PM
It looks like a simple edit of the navbar template.

Open your navbar template

Find the code:
{vb:raw template_hook.navtab_end}

Directly above it add your custom HTML, make sure it is inside <li> </li> tags...

Something like:

<li><a href="http://www.twitter.com"><img src="images/twitter_icon.png" border="0" title="Visit Twitter" alt="Twitter"></a></li>


Repeat that for each icon/image you want, customizing the URL and images obviously for your needs.

clutchthese
05-20-2011, 01:58 PM
^^Worked great. Thanks for you help BirdoPrey5!!!