PDA

View Full Version : how to add a link to the navbar?


avillax
07-10-2009, 10:57 PM
So I wanted to add a new link to the navbar of my site www.acuarios.com.mx/marinos

So I followed some instructions that were given to me and went to:

Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Navigation / Breadcrumb Templates -> navbar

I found the code and Added the code in red according to the instructions on this thread:

http://www.vbulletin.com/forum/showthread.php?t=108961


the code that I added:

<td class="vbmenu_control"><a href="www.acuarios.com.mx/aguadulce/phpBB3">IR AL FORO DE AGUA DULCE</a></td>

The only problem is that the link is broken, it is directing to the adress:

"www.acuarios.com.mx/marinos/www.acuarios.com.mx/aguadulce/phpBB3"

While I want the right link to show up which is:

"www.acuarios.com.mx/aguadulce/phpBB3"

how do I do correct this?

Sofia
07-10-2009, 11:06 PM
Replace by:
<td class="vbmenu_control"><a href="http://www.acuarios.com.mx/aguadulce/phpBB3">IR AL FORO DE AGUA DULCE</a></td>If you want the entire URL, you must add "http://"


Sofia

avillax
07-10-2009, 11:30 PM
It worked, thanks

Brandon Sheley
07-11-2009, 12:33 AM
you have to have "http://" not just the www.sitename.com