JojoCMS / Jojo-CMS

Jojo is an SEO-friendly, fast, and extensible PHP-based CMS
http://www.jojocms.org/
GNU Lesser General Public License v2.1
20 stars 8 forks source link

Multiple pages with same URL #8

Open Hambrook opened 12 years ago

Hambrook commented 12 years ago

Every now and then we have multiple pages with the same URL. This is usually to make Jojo jump to the first child page.

Tom committed a fix a while ago that ordered the sorting when finding a page so that it was easier to predict which page would be showed by Jojo when multiple pages had the same URL. I've been trying to think of a more user friendly way of doing this.

My ideas so far:

Is this an issue for anyone else? I'm open to suggestions. I'm leaning towards the favour or first child methods, but want maximum versatility and usability for everyone.