[Solved] Menu Structure
Posted: Sat Jun 19, 2010 1:25 pm
Good afternoon,
I'm having a bit of a problem trying to use the MenuManager and was hoping someone could point me in the right direction. Just in case it's important I'm running CMS version 1.7.1, MenuManager 1.6.3, PHP 5.2.10.
Basically - I'm trying to put together the following structure with one vertical menu that is context sensitive:
The first few top level Sections are :
> People
> Cash
> Sales
> Standards
When you click on People from the menu, I'd like the current page to become an introduction to the section and then a list of other pages - so I'd like the menu to change to these options:
> Introduction (use a different li class to show active)
> Policies
> Paperwork
> Guides
But when I click on policies, I'd still like to see introduction at the top of the list.
The next awkward part is that the some of the sections may end up deeper than others. For example People will only be 2 pages deep - PEOPLE SECTION -> CONTENT PAGE, but standards may be deeper - STANDARDS SECTION -> MERCHANDISING -> HOT FOOD -> CONTENT PAGE.
The attempt I've made is with the following page structure:
1. Home
2. People (assumed that the content on this page would be the first page shown - so would this double as "Introduction")
2.1 Policies
2.2 Paperwork
2.3 Guides
3. Cash
4. Sales
5. Standards
Does anyone have any suggestions over how to approach this??
Many thanks,
Gareth
I'm having a bit of a problem trying to use the MenuManager and was hoping someone could point me in the right direction. Just in case it's important I'm running CMS version 1.7.1, MenuManager 1.6.3, PHP 5.2.10.
Basically - I'm trying to put together the following structure with one vertical menu that is context sensitive:
The first few top level Sections are :
> People
> Cash
> Sales
> Standards
When you click on People from the menu, I'd like the current page to become an introduction to the section and then a list of other pages - so I'd like the menu to change to these options:
> Introduction (use a different li class to show active)
> Policies
> Paperwork
> Guides
But when I click on policies, I'd still like to see introduction at the top of the list.
The next awkward part is that the some of the sections may end up deeper than others. For example People will only be 2 pages deep - PEOPLE SECTION -> CONTENT PAGE, but standards may be deeper - STANDARDS SECTION -> MERCHANDISING -> HOT FOOD -> CONTENT PAGE.
The attempt I've made is with the following page structure:
1. Home
2. People (assumed that the content on this page would be the first page shown - so would this double as "Introduction")
2.1 Policies
2.2 Paperwork
2.3 Guides
3. Cash
4. Sales
5. Standards
Does anyone have any suggestions over how to approach this??
Many thanks,
Gareth