Multilanguage website under cmsms

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
alex7575

Multilanguage website under cmsms

Post by alex7575 »

Hello everyone,

I'm currently making a french website with cmsms which will be translated in english, italian and german.
I would like to know which way is the best and the easiest one to make this website?
Do i have to make one cmsms website per language or can i have only 1 website under cmsms and manage all languages?

Thank you for your help :)

Alex
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Multilanguage website under cmsms

Post by tsw »

There is a multilingual fork (which will be merged with the current tree someday :)

http://forum.cmsmadesimple.org/index.ph ... 616.0.html

or you can create your page structure like

-en
--frontpage
--content
---and so on
-de
--translated
--content
---and so on
-it
--translated
--content
---and so on

and start your menus from level two with rewriteurls url will look fine too somesite.com/en/frontpage for example

here's a example
http://fi.gospelriders.fi/index.php (not ready but you see the idea :)
alex7575

Re: Multilanguage website under cmsms

Post by alex7575 »

tsw wrote: There is a multilingual fork (which will be merged with the current tree someday :)

http://forum.cmsmadesimple.org/index.ph ... 616.0.html

or you can create your page structure like

-en
--frontpage
--content
---and so on
-de
--translated
--content
---and so on
-it
--translated
--content
---and so on

and start your menus from level two with rewriteurls url will look fine too somesite.com/en/frontpage for example

here's a example
http://fi.gospelriders.fi/index.php (not ready but you see the idea :)
Your example works fine :)
Is this structure means ONE page in admin pages?

-en
--frontpage
--content
---and so on
-de
--translated
--content
---and so on
-it
--translated
--content
---and so on

If so, i have to change the template?
Tharo

Re: Multilanguage website under cmsms

Post by Tharo »

Dager: N00b question

How can i let the menu start at the second level  ???
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Multilanguage website under cmsms

Post by tsw »

Is this structure means ONE page in admin pages?
-firstlevel
--secondlevel (so its a child of firstelevel)
How can i let the menu start at the second level
menumanager options can be seen at extensions -> modules -> menumanager help

"start_level="2" - This option will have the menu only display items starting a the given level."
Locked

Return to “CMSMS Core”