Page 3 of 3

Re: Multilanguage CMSMS MLE version 1.2

Posted: Thu Nov 15, 2007 7:53 pm
by MrDuck
alby wrote:
MrDuck wrote: ...
Hum... in my opinion is better utf8_unicode_ci but I don't use eastern languages
I think that you have a old DB backupĀ  ::)

I suppose that your backup have DROP table command?

If yes, do a copy, search and replace with an editor last row of CREATE command with:
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

For example:

Code: Select all

...
import this backup, upgrade and check

Read this topic also

Good luck

Alby
Thanks,figured it out..DB alreasy was in utf-8, uncommenting SET NAMES utf8 in includes.php did the job.
So i got the web running, but my global content doesn't work at all:
Original version: http://www.katerinaresort.cz/?hl=cs_CZ
Translated: http://www.katerinaresort.cz/?hl=en_GB
htmlblobs.html_en are equal to htm.blobs.html_cz ...(en and cz is correct,working for content and so on).
Any ideas?

EDIT: Figured it out...had to change from en_GB to en_EN coz i use _en column suffixes...strange though,can't it just be taken from config? like that if en has en_GB entity there,it will pick that O.o

Re: Multilanguage CMSMS MLE version 1.2

Posted: Fri Nov 16, 2007 8:49 pm
by ottyscom
Hello,

The News Module not suports multilanguage?

Are there any posibility to use it multilanguage.

So each news for each language?

Thank You

Otty

Re: Multilanguage CMSMS MLE version 1.2

Posted: Fri Nov 16, 2007 9:00 pm
by nuno
ottyscom wrote: Hello,

The News Module not suports multilanguage?

Are there any posibility to use it multilanguage.

So each news for each language?

Thank You

Otty
helllo
Tips and Tricks - #5
http://forum.cmsmadesimple.org/index.ph ... l#msg82045

Re: Multilanguage CMSMS MLE version 1.2

Posted: Sat Nov 17, 2007 10:28 pm
by ottyscom
Oh Great!

Many Thanks! :-)