[Solved] Create menu with specific items

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
Jubilar
New Member
New Member
Posts: 5
Joined: Wed Nov 18, 2009 3:52 am

[Solved] Create menu with specific items

Post by Jubilar »

I'm trying to create a menu that only contains items of a specific sub-tree of my page structure.
My page scructure looks like this:

Code: Select all

Home/
 |
EN/
 |
 ------Products/
 |            |--------Category A
 |            |--------Category B
 |            |--------Category C
 |
 ------Photos/
 |            |--------Photos of A
 |            |--------Photos of B
 |            |--------Photos of C
 |
ZH/
 |--------.......
 |
 |--------........
 |
FR/
 |--------........
 |--------........
What I need is a menu that will only contain the children of EN/Products/ (i.e. Category A, Category B, Category C)
Any ideas how I can achieve this?
Last edited by Jubilar on Wed Dec 14, 2011 12:02 pm, edited 1 time in total.
Jubilar
New Member
New Member
Posts: 5
Joined: Wed Nov 18, 2009 3:52 am

Re: Create menu with specific items

Post by Jubilar »

Solved. I found the answer in the user handbook. http://wiki.cmsmadesimple.org/index.php ... hildren_of
Post Reply

Return to “CMSMS Core”