navbar too crowded; need to move to quick menu

NadeemJP

New Member
hello all

well my nabar has become too much crowded. i want that other than all the default links expressed in the nabar, the remaining that i added should be showin the quick link menu drop down.

can someone tell me the codes and the edits in the templates, to make this happen?

thank you
 
This should help you..................


Additional navbar with dropdowns


To install the this
1. Download the zipped file.

2. Unzip the file.

3. Import the product-navbar2.xml into your Plugins & Productsà Manage Plugins.

4. Next you will have to decide where you want the navbar2 to be displayed. I have included a few options below.

5A. Under current (original) Navigation bar:
Find:

Code:
<!-- / breadcrumb, login, pm info -->

Below that place:


Code:
$navbar2

5B. On top of forums tables:
Find:

Code:
<!-- / PAGENAV POPUP -->
</if>
Below that place:

Code:
$navbar2

5C. Top of current navbar:
Find:


Code:
<br />
<!-- breadcrumb, login, pm info -->

Above that add:



Code:
$navbar2

5D. Under your header:
Find:


Code:
<br />
<!-- breadcrumb, login, pm info -->

Below that add:



Code:
$navbar2

5E. Under VB navbar:
Find:

Code:
<!-- / nav buttons bar -->

Below that add:

Code:
$navbar2

Note:
This should now work with vBAdvance CMPS, Arcade, PhotoPlog with no other modifications.
 
Back
Top