Log in

View Full Version : im new to vb


xoutlawz00x
05-19-2008, 01:05 AM
what is it called when i want to add new option in the top(User CP FAQ Members List Calendar New Posts Search Quick Links Log Out).. is that called nav bar?? if it is is there a mod that i can use??

parash
05-19-2008, 01:08 AM
Navbar template which is under navbar/breadcump templates

l SKN l CHRIS
05-19-2008, 01:25 AM
you add an html link in the template parash said

like so

<a href="page your linking to">your link title</a>

veenuisthebest
05-19-2008, 01:42 AM
to add a new link.. find this in navbar:-

<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">

then add this for new links:-

<td class="vbmenu_control"><a href="file.php$session[sessionurl_q]">Your Link</a></td>

You may adjust the positioning accordingly and add as many links as you want.. hope this helps !!

xoutlawz00x
05-19-2008, 02:04 AM
wow u guys are quick im glad i signed up here... lemme test it out.. is there a mod that can do it throught the admin if later i wanted to add more or i have to do it manually

--------------- Added 1211170307 at 1211170307 ---------------

i see this one

Advanced Navbar Links
version: 2.0.29 is offline
Released: 07 Jul 2006 and its for vb 3.6.4 and im running 3.7 is it worth a try? is there a better one out?

--------------- Added 1211177524 at 1211177524 ---------------

im lookin for something with dropdown menu maybe

Dismounted
05-19-2008, 10:55 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=122523" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=122523</a>