Multilanguage CMSMS MLE version 1.2

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
MrDuck

Re: Multilanguage CMSMS MLE version 1.2

Post 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
Last edited by MrDuck on Thu Nov 15, 2007 8:45 pm, edited 1 time in total.
ottyscom
Forum Members
Forum Members
Posts: 154
Joined: Tue Nov 13, 2007 12:01 am

Re: Multilanguage CMSMS MLE version 1.2

Post 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
nuno

Re: Multilanguage CMSMS MLE version 1.2

Post 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
ottyscom
Forum Members
Forum Members
Posts: 154
Joined: Tue Nov 13, 2007 12:01 am

Re: Multilanguage CMSMS MLE version 1.2

Post by ottyscom »

Oh Great!

Many Thanks! :-)
Locked

Return to “[locked] CMSMS MLE fork”