2nd Navbar + Permissions Settings

Installation::.

1-Import The Product.
2-upload files to thier destination directory
3-Read post number 2

F.A.Q

To display each navbar alone do this

1-Add your navbar with any name that contains LETTERS only
like "first, second" Don't put NUMBERS
2-then edit your template say we will put our navbar above breadcrumb
so we open template navbar
then find
Code:

<!-- breadcrumb, login, pm info -->

above it we add
Code:

$developer_navbar[Navbarname]

so in our example it will be
Code:

$developer_navbar[first]

To Display all navbars under each other

open your template let's say navbar
we want to display navbars under breadcrumb
so we find
Code:

<!-- nav buttons bar -->

add below it
Code:

$dev_navbars
 
JD45 said:
Installation::.

1-Import The Product.
2-upload files to thier destination directory
3-Read post number 2

F.A.Q

To display each navbar alone do this

1-Add your navbar with any name that contains LETTERS only
like "first, second" Don't put NUMBERS
2-then edit your template say we will put our navbar above breadcrumb
so we open template navbar
then find
Code:

<!-- breadcrumb, login, pm info -->

above it we add
Code:

$developer_navbar[Navbarname]

so in our example it will be
Code:

$developer_navbar[first]

To Display all navbars under each other

open your template let's say navbar
we want to display navbars under breadcrumb
so we find
Code:

<!-- nav buttons bar -->

add below it
Code:

$dev_navbars

Thank u for this wonderful hack as it does work..however, when i log in i cant see the 2nd navbar but when i log out i see the 2nd navbar includin all my links. How can i fix this so i see the links when logged in.


Thanks.
 
Back
Top