navigation depth definition

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
arkon
Posts: 14
Joined: Mon 8. Mar 2004, 13:27

navigation depth definition

Post by arkon »

i am looking for a solution to define the depth of the NAV_TABLE_COLUMN.
for example my site structure is:
level 1
..level 1.2
....level 1.2.1
....level 1.2.2

how can i define the depth so that only level 1 and its sublevel 1.2 (but not the thirdlevels 1.2.1 and 1.2.2) are shown in the NAV_TABLE_COLUMN?
Pappnase

Re: navigation depth definition

Post by Pappnase »

arkon wrote:i am looking for a solution to define the depth of the NAV_TABLE_COLUMN.
for example my site structure is:
level 1
..level 1.2
....level 1.2.1
....level 1.2.2

how can i define the depth so that only level 1 and its sublevel 1.2 (but not the thirdlevels 1.2.1 and 1.2.2) are shown in the NAV_TABLE_COLUMN?
hello

try it with the {NAV_TABLE_COLUMN:X} tag
arkon
Posts: 14
Joined: Mon 8. Mar 2004, 13:27

Post by arkon »

thanx. almost the right solution. but that does not limit the sublevels but the cut the parent level.

result:

level 1.2
..level 1.2.1
..level 1.2.2

but i want:
level 1
..level 1.2

(level 1.2.1 and 1.2.2 not shown so i can put them in a separat NAV_TABLE_COLUMN)
Post Reply