Page 1 of 1

navigation depth definition

Posted: Wed 10. Mar 2004, 16:32
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?

Re: navigation depth definition

Posted: Wed 10. Mar 2004, 20:00
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

Posted: Thu 11. Mar 2004, 14:57
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)