While working with Actinic, I've so far always used one of two ways to create the left menu - either hard coding it into the Dreamweaver template, in order to control the exact look and feel of the menu, or otherwise using the TopLevelSectionList Fixed Layouts that can be inserted into Dreamweaver - meaning that the list is updated automatically as I change the catalog structure and it's contents.
However, I now want to do something with a left menu that can't be done either way, and I'm a little stuck on how to do it.
Basically, I want all of the left menu options to be shown at all times, however, when you go to a section, I would like to have the sub-section links displayed directly underneath the section heading on the menu.
For instance, if you had the menu
Hats
Gloves
Scarves
and clicked the "Hats" link, you would then be taken to the Hats section and the menu would now look like this:
Hats
- Leather
- Wool
Gloves
Scarves
I know that I could use blockifs to insert a menu underneath the section list, coding each of the different sub-section lists and using a variable to display it only on the corresponding page, but I can't seem to find a way of putting information between the different section headings on an Actinic generated list, as the layout code only allows me to edit the layout that is applied to every option - so I don't understand how I could place different blockifs between each of the different options.
Any help or advice would be greatly appreciated, let me know if there's anything I forgot to mention.
However, I now want to do something with a left menu that can't be done either way, and I'm a little stuck on how to do it.
Basically, I want all of the left menu options to be shown at all times, however, when you go to a section, I would like to have the sub-section links displayed directly underneath the section heading on the menu.
For instance, if you had the menu
Hats
Gloves
Scarves
and clicked the "Hats" link, you would then be taken to the Hats section and the menu would now look like this:
Hats
- Leather
- Wool
Gloves
Scarves
I know that I could use blockifs to insert a menu underneath the section list, coding each of the different sub-section lists and using a variable to display it only on the corresponding page, but I can't seem to find a way of putting information between the different section headings on an Actinic generated list, as the layout code only allows me to edit the layout that is applied to every option - so I don't understand how I could place different blockifs between each of the different options.
Any help or advice would be greatly appreciated, let me know if there's anything I forgot to mention.
Comment