I'm pretty new around here ... have been working with CMSMadeSimple for a month or two now and I'm LOVING it ... I'm currently working on a site using MLE and one issue I have (well not an issue) is that I'd like to be able to have an alias for each language.
Is this something that people would be interested in ?
I've read another thread on here. . and alby (great work btw) mentioned it would involve some major code changes.
From my way of thinking (at its most simplistic)
One would require a table containing the alias mappings using your main language as the foreign key
Code: Select all
alias_en,alias_ga,alias_it
home,baile,casa
/en/home
/ga/baile
Based on this I could look up "baile" in my alias mappings table getting home ... which will then give me the content_ga and so on
Is my understanding of this rather simplistic ? (I realise things could get rather complicated futher down the line)
I'm asking this because Alby said in the other thread that the alias's were rather important for CMS Made Simple ...
I've not really looked at the code behind CMS Made Simple too heavily yet as its just working nicely for me and I've had no need to hack it yet.
Would there be an interest in this kinda thing ?
This is going to be a rather important for me and the multilingual sites I'm working on. SEO is the major factor behind it given the weight of the URL in SEO.
I'd appreciate anyones thoughts on it ... I've not looked at the roadmap for CMSMS 2.0 ... but I don't believe this would be a feature that would be included in it ?
I also realise .. there was the other way of doing it ( creating main section en ... and the other languages then having sub pages under it) This however would be a bit too complicated for my end customers having to create the mappings between page alias's themselves. I originally went about the site I'm working on that way and then I started looking at MLE and went .. WOW

James