[SOLVED]-TOP navi interaction with SIDE navi

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
tommi
Posts: 22
Joined: Tue 2. Mar 2004, 13:41

[SOLVED]-TOP navi interaction with SIDE navi

Post by tommi »

Hello, let me ask my question different :roll:
Is it possible to control the layout of the left side navigation by the horizontal navigation?
Clicking on the different items of {NAV_LIST_TOP} always show different items in the side navigation, defined by NAV_LIST_CURRENT :?:
Can I handle this with different templates?
greetings from Stuttgart, Tommi
tommi
Posts: 22
Joined: Tue 2. Mar 2004, 13:41

Tutorial: How to let TOP_Navi interact with left/right side

Post by tommi »

Easy, but for me as anewbie it worked out fine.
If some other newbies ask the same, here's the solution:
Problem:
horizontal top navigation, clicking every button changes the left side navigation table, displaying different menu items.
Solution:
A. Menu Structure
1. Create a top level hierarchy , e.g. "brand1", "brand2", "brand3"
2. Create more hidden categories in the top level. These are the levels that you want to show on clicking each different "horizontal top navigation button". For example: "gucci" or "boss" etc.
3.Create sucategories under each hidden item, for example under "gucci"
create "pants", "skirts", "underwear". Make sure they are all visible and public. Under these categories, add your articles.
B. Templates
1. Create your main template as you like, place {NAV_LIST_TOP} in the header section.
2.)Place {NAV_TABLE_COLUMN:X} in the left section, where X is the category of your hidden sub menu structure you created before, for example "gucci". You can't enter "gucci" by default, but the ID that you get by hovering over the small edit button in the admin structure section of phpwcms. for example cat=20 shwon in the browser status bar means entering 20.
3.)Create more templates, difference to the main template is always the cat ID in {NAV_TABLE_COLUMN:X}. This changes the outlook and items of your left navigation.
In side structure admin, make sure that you select the appropriate template for each structure level.
Now if you click on "brand1" (lets say its "gucci" :roll: )you get left side navigation with items §pants", "skirts", "underwear".
Do so for the other brands, too.!
Cheerrs, Tommi
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Re: Tutorial: How to let TOP_Navi interact with left/right s

Post by cyrano »

nice try, thanx for working out this.

you forget the sublevel models :-D
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Post Reply