first, thanks for this nice fork of the CMSMS. I've made 4 changes which I want share with you:
1.
{lang} was not working, if you enable cutom 404 error with template.
2.
A link to the default page is not working, if cookies are not enabled in the UA:
- old link syle: "http//example.com/"
- new link style "http//example.com/en/"
3.
In {lang}, if we are on the default page, the new stye link will also be used (so we have the same link as the menu):
- old link syle: "http//example.com/en/home/"
- new link style "http//example.com/en/"
4.
In {lang}, the current page is now not a link. Instead the text/image is inside a (for the class).
And now 2 questions

1.
About "Tips and Tricks - #9". Is there a config switch to disable/enable the new behaviour?
There is IMHO also one problem with the new behaviour. The menu should also use the text from the default lang.
2.
As you have read above, the default page is now "http//example.com/en/". If a user request the page with "http//example.com/", there should be a redirect to "http//example.com/en/" ("en" is the reslut of the accept-language or default lang). Can you give me hint, in which file I must add this?
Regards,
Carsten
BTW:
Sorry for this topic. Do you know a better one?