Copied to clipboard

Flag this post as spam?

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


  • Dinesh 13 posts 33 karma points
    Sep 14, 2011 @ 22:08
    Dinesh
    0

    Multi level Menu overwriting the parent

    Hi,

    I am new to umbraco and this is my first project I am working on. I have the following directory structure in content section of umbraco admin:

    <root>
    -<ParentCategory1>
    -<ParentCategory2>
    --<Category1>
    ---<SubCategory1>
    ---<SubCategory2>
    ---<SubCategory3>
    --- SubPage1
    --- SubPage2

    --<Category2>
    --<Category3>
    -<ParentCategory3>

    Now I want to create a multi-level left navigation and corresponding bread crumb with following structure:

    (A) Bread Crumb: Home -> Category1 with following Left Navigation:

    Category1
    Category2
    Category3


    (B) When User clicks Category 1, the left navigation will display, only subcategories of Category 1. Category 1 can have subcategories and pages. Like this:

    Subcategory 1
    SubCategory 2
    SubPage 1
    SubPage2
    SubCategory 3

    (C) Similar to (B), if user clicks Subcategory 1, it should display only pages and subcategories of Subcategory 1. So, the bread crumb will be: Home -> Category1 -> SubCategory1

    I would really appreciate any help in this. I am using the following XSLT but it displays the level 2 categories always. i.e. Category1, Category2 etc.

    Thanks

    D



  • Dinesh 13 posts 33 karma points
    Sep 15, 2011 @ 03:41
    Dinesh
    0

    I figured it out. There is a template already to do this - Sub Level from current page.

    Thanks

    D

Please Sign in or register to post replies

Write your reply to:

Draft