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
Module/Ext which does defined menu?
Re: Module/Ext which does defined menu?
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
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