Hi,
i have several events and articles (mean pages) with the same name and i am struggling with the fact, that in Kirby same page titles mean same uids, which is not possible, right?
As a unique criteria a date would be okay in front of the titles as “http://example.com/event/161027-event-name” (although i do not want to display it on the website), but Kirby interprets initial numbers as sorting flags and removes them.
So i end up naming new pages (in panel) like this “d161027-event-name” and deleting the “d161027” part in the title afterwards (not the url), because i want no number in the title. It seems to work, but is not as elegant as i would wish for the user.
Do you know some other (easy) way to solve it?