Copied to clipboard

Flag this post as spam?

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


  • Jon R. Humphrey 164 posts 455 karma points c-trib
    Mar 13, 2009 @ 13:46
    Jon R. Humphrey
    0

    Navigation List issue, second (or Nth) pair of eyes greatly needed!

    By all means this seems like it should work, but it absolutely falls over?

    The structure is as follows:
    -Home

    --Category < top level shown
    ---Client < only shown on separate breadcrumb and client listings
    ----Project < only shown on separate project listing
    -----Media/Image < displayed page

    ----Sub-Category < only shown on sub-menu
    -----Client< only shown on separate breadcrumb and client listings
    ------Project < only shown on separate project listing
    -------Media/Image < displayed page

    --External Link Pages < displayed pages

    --Information
    ---Section Pages < displayed pages

    If anything is not clear, please post your question and I'll be happy to explain further!
    Also, if you look at this and can see a better way it could be done, please do not hesitiate to make a suggestion!

    Thank you in advance!


    Now here's the NON working version:


    ]>

    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxml="urn:schemas-microsoft-com:xslt"
    xmlns:umbraco.library="urn:umbraco.library"
    exclude-result-prefixes="msxml umbraco.library">

























    And here's the semi-working version which shows the category and External link pages but doesn't show the Information sub pages unless you're viewing it manually:


    Category & Sub-Category Listing


    ]>

    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxml="urn:schemas-microsoft-com:xslt"
    xmlns:umbraco.library="urn:umbraco.library"
    exclude-result-prefixes="msxml umbraco.library">


















    Information Listing

    ]>

    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxml="urn:schemas-microsoft-com:xslt"
    xmlns:umbraco.library="urn:umbraco.library"
    exclude-result-prefixes="msxml umbraco.library">










  • 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