Separate menu for links

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
mihkel
New Member
New Member
Posts: 2
Joined: Tue Apr 06, 2010 6:33 am

Separate menu for links

Post 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.
Peciura

Re: Separate menu for links

Post 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") .
mihkel
New Member
New Member
Posts: 2
Joined: Tue Apr 06, 2010 6:33 am

Re: Separate menu for links

Post by mihkel »

yeah, sry, missed it. got it working.
thank you!
Post Reply

Return to “CMSMS Core”