Bilingual website

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
chukwuma
New Member
New Member
Posts: 8
Joined: Wed Oct 20, 2010 9:11 pm

Bilingual website

Post by chukwuma »

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.
 
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Bilingual website

Post by Rolf »

There more ways to do this.
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
- + - + - + - + - + - + -
Image
Aureli
Forum Members
Forum Members
Posts: 74
Joined: Wed Aug 06, 2008 10:48 pm

Re: Bilingual website

Post by Aureli »

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

Code: Select all

{$gCms}
has been removed, will the solution you suggested, Rolf, work with CMSMS 1.9?  It does use this variable:

Code: Select all

$smarty = &$gCms->GetSmarty();
.

All the best,

A.
User avatar
opawaldburger
Forum Members
Forum Members
Posts: 94
Joined: Tue Nov 04, 2008 2:10 pm

Re: Bilingual website

Post by opawaldburger »

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!
- Sir, we are sourrounded!
- Excellent, now we can attack in any direction!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Bilingual website

Post by Rolf »

Aureli wrote: BTW, if the variable

Code: Select all

{$gCms}
has been removed, will the solution you suggested, Rolf, work with CMSMS 1.9?  It does use this variable:

Code: Select all

$smarty = &$gCms->GetSmarty();
.
Yes, the UDT in my multilanguage post works in 1.9!

Code: Select all

global $gCms;
is replaced by

Code: Select all

$gCms = cmsms();
Hope this helps,

Rolf  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Aureli
Forum Members
Forum Members
Posts: 74
Joined: Wed Aug 06, 2008 10:48 pm

Re: Bilingual website

Post by Aureli »

It does, Rolf,

Thanks, I will give it a go soon enough.

A.
Post Reply

Return to “The Lounge”