Page 1 of 1

Separate menu for links

Posted: Tue Apr 06, 2010 6:38 am
by mihkel
Hi, CMSMS starter here.

I'm trying to create a second menu to my site that contains external links. My idea was to create a subpage "Links" etc and include my links as subs with content type "external link" but looking at the menumanager examples I have no idea how to query only pages with type "link" under the "Links" page.

Re: Separate menu for links

Posted: Tue Apr 06, 2010 8:33 am
by Peciura
From description it looks like you have missed parameter "start_page" in MenuManager help.  I assume "link" is an alias of page "Links".

Code: Select all

{menu start_page="links"}
This way you will create instance of  MenuManager, that shows submenu starting with page "Links" and includes all children (in your case - pages of type "External link") .

Re: Separate menu for links

Posted: Tue Apr 06, 2010 11:44 am
by mihkel
yeah, sry, missed it. got it working.
thank you!