Hey guys,
Is there any way of printing, from the parse file, just the top level menu ( a mysource_print value? ) for the current asset?
What I've got a menu structure like this;
Top 1 + Next 1 + Next 2 + + More 1 + + More 2 + + + Etc 1 + + + Etc 2 + + + Etc 3 + + More 3 + Next 3 Top 2 + Next 4 + Next 5 + + More 4 + + More 5 Top 3
The way it's being displayed is with the Top menus displayed along the top of the page, The Next menus down the left with More and Etc as flyouts from the Next menu items.
At the top of the left menu we want to display which Top menu we're currently in.
e.g.;
Top 1 - Top 2 - Top 3Top 2 More 4 Next 4 Content for More 4 Next 5</pre><br />
I've got it working but it's a bit of a hack. This is what I've done to get it working (just in case anyone else wants to use it and there isn't a more elegant method at this point...
The CSS for .hidden is basically display:none
I did say it was a bit of a hack. :)
Any better ways of doing this?