Hi Guys,
I have used the following excellent technique to output a nice nested section list on a site we're designing (http://www.gallery-57.com/acatalog/index.html)
What I'm wondering, is how to limit the display of the subsections for just the top level section the user is currently viewing,
i.e. when you are in the 'home & garden' section (including any of the subs ections) , i would like the sidebar menu to just display the nested menu for that main section and none of the other top level sections?
any suggestions ??
thanks in advance
James
I have used the following excellent technique to output a nice nested section list on a site we're designing (http://www.gallery-57.com/acatalog/index.html)
Code:
<actinic:block type="EntireSectionList" > <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNamePrev%22%20%2f%3e%20%21%3d%20%22%22" ></li></actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNamePrev%22%20%2f%3e%20%3d%3d%20%22%22" ><ul class="products"><li></actinic:block> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22SectionNamePrev%22%20%2f%3e%20%21%3d%20%22%22%29"><li></actinic:block> <a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a> <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNameNext%22%20%2f%3e%20%3d%3d%20%22%22" ></li></ul> </actinic:block> </actinic:block>
What I'm wondering, is how to limit the display of the subsections for just the top level section the user is currently viewing,
i.e. when you are in the 'home & garden' section (including any of the subs ections) , i would like the sidebar menu to just display the nested menu for that main section and none of the other top level sections?
any suggestions ??
thanks in advance
James
Comment