Page 1 of 1
additional menu
Posted: Fri Oct 05, 2007 9:18 am
by rickblackdog
I'm a bit confused - is there a way of using an additional menu manager in CMS? Example is this site...
http://www.sourceireland.co.uk
You see the additional menu on the left - I'd like to set that up so it's manageable by the end user.
Thanks in advance,
Rick
Re: additional menu
Posted: Fri Oct 05, 2007 10:29 am
by GDS
The short answer is yes, you can have more than one menu. But you need to learn how the menus in the templates works.
See help in MenuManager, and also Default Templates Explained.
The menus in CMSMS is normally generated upon the page structure. You can also set up a menu that only shows certain pages, for instance by using the includeprefix parameter, or by using the items parameter containing only the pages you want to show. Or you can make menus that dont' show certain pages, using the excludeprefix parameter. You might also set up menus that starts on certain positions in the hirearchy by using the start_page parameter or the start_level parameter.
With good planning of pagestructure and using these possibilities, you might be able to set up a system that generates the menus you need automatically.
GDS