Page 1 of 1

Module/Ext which does defined menu?

Posted: Thu Apr 07, 2011 12:07 pm
by heyadrian
Hi,

Is there anything built into the core of CMSMS which allows for one to create a menu which links to specific pages in the CMS?

By this I mean, rather than showing Top level nodes, then lower etc... but actually being able to re-define which pages are listed?

Or do I have to re-do a menu template for this?

Thanks

Adrian

Re: Module/Ext which does defined menu?

Posted: Thu Apr 07, 2011 5:27 pm
by Nullig
From the Menu Manager help screen, one of the options...

items="contact,home" - Use this item to select a list of pages that this menu should display. The value should be a list of page aliases separated with commas.

So you would call the menu tag like:

{menu items="alias1,alias2,alias3,etc"}

Nullig