Navigation structure

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
PaRa
Posts: 20
Joined: Wed 16. Jun 2004, 15:30

Navigation structure

Post by PaRa »

I want to show a horizontal navigation bar at the top of the screen with all the main levels (using {NAV_ROW} , when i click one of the buttons, a navigation column must become visible at the left of the screen with all the sublevels belonging to the level you selected at the top... i suppose i have to use {NAV_TABLE_COLUMN:X} with the X as the ID number of the level i just selected.

to clear things up, i give a brief example

Home (shown at top horizontally)
--sublevel 1 (shown on the left vertically)
----articles
--sublevel 2 (shown on the left vertically)
----articles
News
etc.
etc.

Does this mean that for each level i have to create a seperate template?
PaRa
Posts: 20
Joined: Wed 16. Jun 2004, 15:30

Post by PaRa »

anyone?
rk
Posts: 162
Joined: Sat 24. Apr 2004, 23:48
Location: Hannover, Germany
Contact:

Post by rk »

i think a better way is to use

{NAV_LIST_TOP} and {NAV_LIST_CURRENT}
Ralf
Post Reply