Hello.
I,m running CMS made simple 1.8.2, and i want to design a bilingual website ; English and Japanese, i,ve finished with the english side but i don`t know how to make it bilingual,
How can i created new set of menus the japanese site.
thanks in advance.
Bilingual website
Re: Bilingual website
There more ways to do this.
But this is my way:
http://forum.cmsmadesimple.org/index.ph ... 112.0.html
Regards, Rolf
But this is my way:
http://forum.cmsmadesimple.org/index.ph ... 112.0.html
Regards, Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Bilingual website
I used the Babel module and worked very well and very easy to set up.
I can see that the module has now been marked as "stale". I haven't checked it with the new version CMSMS 1.9 but it worked for me with the previous version.
Now that I have upgraded to 1.9 will try the solution that Rolf suggests.
BTW, if the variable has been removed, will the solution you suggested, Rolf, work with CMSMS 1.9? It does use this variable: .
All the best,
A.
I can see that the module has now been marked as "stale". I haven't checked it with the new version CMSMS 1.9 but it worked for me with the previous version.
Now that I have upgraded to 1.9 will try the solution that Rolf suggests.
BTW, if the variable
Code: Select all
{$gCms}
Code: Select all
$smarty = &$gCms->GetSmarty();
All the best,
A.
- opawaldburger
- Forum Members
- Posts: 94
- Joined: Tue Nov 04, 2008 2:10 pm
Re: Bilingual website
It's never a mistake to use the forum search!
That's the way I use, I can totally recommend it!
http://forum.cmsmadesimple.org/index.ph ... 756.0.html
Cheers!
That's the way I use, I can totally recommend it!
http://forum.cmsmadesimple.org/index.ph ... 756.0.html
Cheers!
- Sir, we are sourrounded!
- Excellent, now we can attack in any direction!
- Excellent, now we can attack in any direction!
Re: Bilingual website
Yes, the UDT in my multilanguage post works in 1.9!Aureli wrote: BTW, if the variablehas been removed, will the solution you suggested, Rolf, work with CMSMS 1.9? It does use this variable:Code: Select all
{$gCms}
.Code: Select all
$smarty = &$gCms->GetSmarty();
Code: Select all
global $gCms;
Code: Select all
$gCms = cmsms();
Rolf

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Bilingual website
It does, Rolf,
Thanks, I will give it a go soon enough.
A.
Thanks, I will give it a go soon enough.
A.