Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mikkel Johansen 114 posts 269 karma points
    Mar 26, 2009 @ 13:46
    Mikkel Johansen
    0

    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

  • Finn 86 posts 50 karma points
    Mar 26, 2009 @ 15:38
    Finn
    1

    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

  • Mikkel Johansen 114 posts 269 karma points
    Mar 27, 2009 @ 13:29
    Mikkel Johansen
    0

    Hi Finn

    thanks. It works just like it should.

    /Mikkel

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies