Inherit Path possibilities

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
joeri
Forum Members
Forum Members
Posts: 11
Joined: Tue Sep 22, 2009 4:38 am

Inherit Path possibilities

Post by joeri »

Is there a way to inherit the path from the parents with a custom set path?

I will clarify my question:
Right now it automatically creates the path for every page. So for example take the following menu structure, with the created path behind it:

Code: Select all

Home (/)
About us (about-us)
- Address (about-us/address)
- Employees (about-us/employees)
But now I give a custom URL to my "about us" page, lets say:
"about-us/usa/"

Then I would want the children to be starting with the same path, which it does not right now (unless I do it manually). Is there a way to have this done automatically upon creation of every new page?

Reason why I am asking, as I am using my menu structure for different menus (where main and footer menu are just containers):

eg.

Code: Select all

Home
Main menu
- Home (redirect)
- Products
- etc
Footer menu
- About us
- Colofon
- etc
Now, I would actually still have my products page be called:
/products/whatever sub items
and not:
main-menu/products/....

But at the moment I cannot do this... or at least, I have no idea how!

Anyone any ideas?
Post Reply

Return to “CMSMS Core”