FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

How does ROUTING work? I really need this, because I have changed Frog CMS to use multilangual pages. This function is perfectly integrated in Frog!

Feed 4 posts, 1 voices

Avatar
18 posts

How can I use ROUTING for my multilangual site? I really need this, because I have changed Frog CMS to use multilangual pages.

Yes indeed it works perfectly with meta tags for every language… !!!
(I added two fields to the page table for the multilangual MAGIC. I can make/copy a page to a different language very easy and adding new items in treestructure and for other languages very easy.)

I can’t tell you more right know because I have a mean big problem because I have to route pages like:

http://www.mywebsite.com/en/welcome
http://www.mywebsite.com/en/about-me
http://www.mywebsite.com/fr/bienvenue
http://www.mywebsite.com/nl/welkom

without having to make a en, fr or nl page.

But that is something that I don’t understand!

It is probably something like Dispatcher::addRoute(array(’/:lang/about’ => ‘lang/page/index’));
Where do I have to put this and how to get it working?

I only have a tree structure like this and I use the HOME PAGE for the language choosing

en treestructure:
HOME PAGE

– welcome – …

fr treestructure:
HOME PAGE

– bienvenue – …

nl treestructure:
HOME PAGE

– welkom – …

Could anybody help me to achieve this? When somebody can provide me help, It would be fantastic for frog cms to be finally multilangual!!!

P.S.: If you guys want me to put screenshots, just tell me!