Log in

View Full Version : Nav Bar Buttons


funinthesun
10-20-2005, 02:41 AM
Hi

I've created some nav bar buttons to put on my forum home page and just wondered if anyone could tell me how to do this?

Thank you :)

funinthesun
10-20-2005, 02:44 AM
Ooops sorry, just realised that I posted in the wrong section, I'm half asleep lol.

Mods please move it into the correct section :nervous:

TyleR
10-20-2005, 03:44 AM
Ooops sorry, just realised that I posted in the wrong section, I'm half asleep lol.

Mods please move it into the correct section :nervous:

No peroblem ;)

And you can add them in the AdminCP->Styles & Templates-> Edit Templates (from drop down menu)->Navigation & Breadcrumb (double click it)->navbar :)

funinthesun
10-20-2005, 03:51 PM
OK, thank you. Got that open but I'm a complete newbie to this. I made the buttons in Fireworks but I don't know how to put them onto the forum. Any help will be greatly appreciated. Thank you :)

peterska2
10-20-2005, 04:53 PM
Upload the buttons via FTP to your images/misc directory. You may wish to create a new folder in there called navbar. Then use <img src="$stylevar[imgdir_misc]/buttonname.ext" alt="whatever text is on the button" /> in place of the $vbphrase[whatever] for each link. If you put them in a folder called navbar then it will be <img src="$stylevar[imgdir_misc]/navbar/buttonname.ext" alt="whatever text is on the button" />

You need to replace buttonname.ext with the filename of each button in turn.

funinthesun
10-20-2005, 05:12 PM
Thank you so much! That's just the help I needed! Thank you! :D

peterska2
10-20-2005, 05:22 PM
You are so welcome :D

Tony G
10-21-2005, 07:48 AM
Moving to General vBulletin questions.