While this is true
What did stick out from your comment was the "the same resource with different parents" bit... THAT doesn't make sense. In a hierarchical structure, a resource can have only ONE parent, not different parents. A resource can't live in 2 places at once -- it can't be in one folder AND in another folder at the same time. Make sense?
There ARE times when a resource does 'belong to multiple parents' and MODX takes care of this with a Symlink.
An example - A running site with multiple pages for several races - each race page would have children pages for application forms, results, the race director, and so on. Now consider that a race director might run, that is direct several races so his bio, contact info in sense belongs to multiple parent race pages.
Using Symlinks you could get runningclub.org/race1/director and runningclub.org/race2/director to point to the same resource - and the resource could live anywhere in the modx tree - say under directors so you could also read about our director (whose name is Jim Bob) at this URL runningclub.org/directors/jimbob
Thus we have three URLs pointing to the same content
One URL pointing to multiple resources makes less sense - how does the system know which to display?
Well I can think of a possibility - the system just randomly chooses and this could be a valid solution at times, for example a photography site and the home page displays a random photo when the site is loaded.
Now while the rambling post above is tangential to the original post it is somewhat off topic - the original post was talking about multiple resources being given the same alias and having the parent. I am sure that with revo 2.1.3 the cms enforces unique aliases if the two resources have the same parent (it does not allow you to save and tells you that there is already a resource with the alias) maybe 2.06 does not. Also I'm not sure what happens if you create a resource with one parent and then move it to another parent who already has a child with the same alias. Sometimes the users must be educated!
[ed. note: whistlemaker last edited this post 14 years, 10 months ago.]