View Full Version : Two Navbars
ambrosious
08-07-2004, 10:49 PM
How would I create another NAVBAR? I want to split up the links but have no idea...
nexialys
08-07-2004, 10:56 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=65198" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=65198</a>
ambrosious
08-07-2004, 11:44 PM
Thanks so much, done and I owe you. Could you please tell me how to make both of them appear on all pages? Is there one template to modify or many?
ambrosious
08-08-2004, 12:02 AM
Nevermind, I got it. Edit FORUMDISPLAY template, find:
$navbar
Under it add
$navbar2
mrplow
08-10-2004, 01:04 AM
Nevermind, I got it. Edit FORUMDISPLAY template, find:
$navbar
Under it add
$navbar2
Any idea how to make the navbar appear when a void search is made? i.e. a search yields no results -- the navbar doesn't get loaded.
I searched for an answer and this thread was the best (closest) thing I could find. Help most appreciated, thanks.
13th_Disciple
08-10-2004, 02:17 AM
Any idea how to make the navbar appear when a void search is made? i.e. a search yields no results -- the navbar doesn't get loaded.
I searched for an answer and this thread was the best (closest) thing I could find. Help most appreciated, thanks.
in the STANDARD_ERROR template, add $navbar under $header.. like so
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$pagetitle</title>
$headinclude
$headinsert
</head>
<body>
$header
$navbar
mrplow
08-10-2004, 10:04 AM
Many thanks! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.