PDA

View Full Version : how to add links on a modified nav?


ep13
01-21-2008, 02:53 PM
How can i put links onto this theme nav bar?

http://kreativfantasy.com/index.php?styleid=56

for my own forum any help appreciated

PaulSonny
01-21-2008, 03:59 PM
Can I please ask where are you wanting to add the links?

In the navigation bar along with the rest or down the left hand side?

Thanks, Paul.

ep13
01-21-2008, 07:52 PM
along the top nxt to the rest of the links .. usercp memberlist etc

kiril_cvetkov
01-21-2008, 08:04 PM
IF you don't want to code in navbar templates..
Use this modification if you want - > Advanced Navbar (add navbars & links, display it anywhere) (https://vborg.vbsupport.ru/showthread.php?t=115806&highlight=navbar)

snakes1100
01-21-2008, 08:05 PM
Edit the navbar template.


<a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a>&nbsp;
</td>
<td class="vbmenu_control">
<a href="newlink.php$session[sessionurl_q]">$vbphrase[newphrase]</a>&nbsp;
</td>


Fix the red highlighted text, this is hardcoded into the template and requires no EXTRA products or plugins to call to.

ep13
01-21-2008, 08:12 PM
i want the links of the standard theme on the nav line of the new theme if that makes sense i assume that will do it ^^

shouldnt say links probaly getting the wrong idea

i want the like of vbgarage, arcade , donate etc up there.

snakes1100
01-21-2008, 08:21 PM
Some of those hacks input the links for you automatically, if you dont have a modified navbar template, depending on the hack though, it dont always add them inline how you want it, but adds it to the drop menu for "quick links", if the hack dont add it for you were you desire it, you ill need to manually code it in or use the navbar hack kiril linked you to.

ep13
01-21-2008, 08:25 PM
cheers i'll have a gander at that then