Copied to clipboard

Flag this post as spam?

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


  • Bob Jones 33 posts 54 karma points
    Dec 15, 2011 @ 11:52
    Bob Jones
    0

    Warren Buckley Ep4, macro not working. Help please

    I have followed the 4th Warren Buckley episode in Umbraco TV (Creating a Dynamic Navigation) step by step, twice and the dynamic navigation links are not working. Has anyone else encountered a problem with this tutorial before? Maybe the macro code in the download is wrong or there is a setting I am missing? Any help appreciated

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Dec 15, 2011 @ 14:12
    Tom Fulton
    0

    Hi Bob,

    What exactly isn't working about it?

    Also I took a quick look at it, it starts at the root and looks for a top-level node with the doctype alias of Home, then lists that and the nodes underneath it.  Do you have a level 1 node with a doctype alias of 'Home' in your setup?  If not you can change it in this line to whatever the alias of your root doctype is:

    <xsl:variable name="homeNode" select="$rootNode/Home [@isDoc]" />

    Hope this helps,
    Tom

Please Sign in or register to post replies

Write your reply to:

Draft