Log in

View Full Version : Navbar - Add / Remove Link's


IIAnDoII
02-01-2009, 12:29 PM
Ok i just installed a new style and it came with a animated nabar which looks like this

http://f.imagehost.org/0352/new.jpg

The problem is i want to remove the member list, FAQ and the calender buttons and add a new button "Donate"

I had no problem Add / Removeing Link's on my old style, i just edited the navbar template
old style
http://f.imagehost.org/0103/old.jpg

but i cant find the correct code to edit in the style navbar template

so is there another template that i can edit

Thanks

UncoderMom
02-01-2009, 12:51 PM
a navbar like that will most likely be found in your header template. not the navbar... just a suggestion.

IIAnDoII
02-01-2009, 01:04 PM
ok thanks il have a look now

Edit -

I found this in the template

<li class="menupadding"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></li>
<li class="menupadding"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></li>
<li class="menupadding"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></li>

i am not sure how to edit new links in though

on my old one i just added
<td class="vbmenu_control"><a href="http://Forum Name/search.php">Search</a></td>

but it all seems diffrent in the header template

UncoderMom
02-01-2009, 01:12 PM
You'd remove that code to remove the buttons you want gone.

I always copy the code I'm working on to a code editor or note pad so if I dont like the results I can paste the original back in.

revert doesnt always work well if its a parent of a style with a different header :eek:

IIAnDoII
02-01-2009, 01:18 PM
ye i have done it now

http://f.imagehost.org/0329/Untitled-1.jpg

Thanks for the help mate

UncoderMom
02-01-2009, 01:22 PM
Your welcome. :)