Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have no problem making a 2 level side navigation. But how do I make a XSLT that handles a navigation with 3 levels. I am looking for a solution that only show the child-nodes when the parent is opened/in the breadcrumb. Example steps of output: No levels has been clicked [code] node1 node2 node3 [/code] Node2 has been clicked [code] node1 node2 node2.1 node2.2 node2.3 node3 [/code] Node2.2 has been clicked [code] node1 node2 node2.1 node2.2 node2.2.1 node2.2.2 node2.2.3 node2.3 node3 [/code] Node3 has been clicked [code] node1 node2 node3 node3.1 node3.2 node3.3 [/code] Can any body help me. Thanks in advance Mikkel
This works fine for me: http://forum.umbraco.org/yafpostst3421Creating-a-3rd-and-dare-I-say-4th-level-navigation.aspx Look at the last post. /Finn
Hi Finn thanks. It works just like it should. /Mikkel
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Side Navigation - 3 levels !
I have no problem making a 2 level side navigation. But how do I make a XSLT that handles a navigation with 3 levels.
I am looking for a solution that only show the child-nodes when the parent is opened/in the breadcrumb.
Example steps of output:
No levels has been clicked
[code]
node1
node2
node3
[/code]
Node2 has been clicked
[code]
node1
node2
node2.1
node2.2
node2.3
node3
[/code]
Node2.2 has been clicked
[code]
node1
node2
node2.1
node2.2
node2.2.1
node2.2.2
node2.2.3
node2.3
node3
[/code]
Node3 has been clicked
[code]
node1
node2
node3
node3.1
node3.2
node3.3
[/code]
Can any body help me.
Thanks in advance
Mikkel
This works fine for me:
http://forum.umbraco.org/yafpostst3421Creating-a-3rd-and-dare-I-say-4th-level-navigation.aspx
Look at the last post.
/Finn
Hi Finn
thanks. It works just like it should.
/Mikkel
is working on a reply...