Completed skinning tutorial but I'm not sure how to add submenus to main menu
Last Post 06/03/2014 6:17 PM by matt walsh. 2 Replies.
Author Messages Not Resolved
matt walsh
Nuke Newbie
Nuke Newbie
Posts:8


--
05/29/2014 6:46 PM  
Just finished the skinning tutorial videos for "How to Create a Responsive HTML5 Skin for DotNetNuke"

I'm using the Simple menu that is provided in the tutorial files but there is no mention of using submenus w/this token.

I'm wondering if it's possible to change the code in the txt file to allow submenus (or sub list items)?

This is the code in the txt file...

    [*>NODE]

[>NODE]

  • [?ENABLED]
    [=TEXT]
    [?ELSE]
    [=TEXT]
    [/?]

  • [/>]
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    05/31/2014 8:18 AM  
    Yes, that's the approach.

    I recommend that you look at the Bootstrap series of videos to see how the Bootstrap menu is implemented.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    matt walsh
    Nuke Newbie
    Nuke Newbie
    Posts:8


    --
    06/03/2014 6:17 PM  
    Okay Ill check that out but the code from the txt file that I posted was just copied and pasted from the template files. I don't exactly know how to modify it to allow submenus.


    ---