Multilanguage CMSMS MLE 1.3.1

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.
Locked
alby

Multilanguage CMSMS MLE 1.3.1

Post by alby »

Well,
History changelog here

Release in forge
Diff file is VS CMSMS 1.3.1


UPGRADE FROM 1.3:
My advice for upgrade from 1.3 is download official cmsmadesimple-diff-1.3-1.3.1.xx (http://www.cmsmadesimple.org/downloads) and OVERWRITE (not replace) Filemanager module folder only



PAY ATTENTION TO UPDATE FROM 1.2.X:
- icons flag are out of pack (there is download file in forge or read note of this)
- last options (from 1.02 MLE) are now in Site Admin > Global Settings but options in config_lang.php have priority
  (My advice is set in Admin and drop from config_lang.php, view config_lang.php.alby for example), view this for other info

Alby
KC
Forum Members
Forum Members
Posts: 33
Joined: Fri Feb 02, 2007 12:28 am

Re: Multilanguage CMSMS MLE 1.3.1

Post by KC »

Great work, thank you!!

I upgraded from 1.2.5 -> 1.3.1. Site is completely up and running, but one problem, I lost al my pages and in the admin section as wel the Global Content Blocks.

Any clue?

Regards,
Kees
KC
Forum Members
Forum Members
Posts: 33
Joined: Fri Feb 02, 2007 12:28 am

Re: Multilanguage CMSMS MLE 1.3.1

Post by KC »

Ok, changed syntax of the config_lang.php.

Prevoiusly used 2-letter-words for the Key-vars, changed in 2_2-letter words (nl -> nl_NL) and removed the force-default lines.

Tnx 4 your help Alby (on iRC)

Remains 1 issue... The home button directs to the default lang in all the languages. Any clue?

Kind regards,
Kees
martipao
New Member
New Member
Posts: 3
Joined: Thu Jul 10, 2008 1:46 pm

Re: Multilanguage CMSMS MLE 1.3.1

Post by martipao »

Hello first of all thanks for the great job.

I am new to cms multil. and have some issue with a web site using three languages : English, Italian and French (in the order). While everithing is fine for English and Italian, I cannot lat French pageswork. I mean I cannot set pages titles.
In the control panel everithing is OK. I can see the three languages for each page,but as soon as I try to modify one of the French page .. it does not work. I can write text in the pages, but cannot fix titles.
Hany suggestion ?
alby wrote: Well,
History changelog here

Release in forge
Diff file is VS CMSMS 1.3.1


UPGRADE FROM 1.3:
My advice for upgrade from 1.3 is download official cmsmadesimple-diff-1.3-1.3.1.xx (http://www.cmsmadesimple.org/downloads) and OVERWRITE (not replace) Filemanager module folder only



PAY ATTENTION TO UPDATE FROM 1.2.X:
- icons flag are out of pack (there is download file in forge or read note of this)
- last options (from 1.02 MLE) are now in Site Admin > Global Settings but options in config_lang.php have priority
  (My advice is set in Admin and drop from config_lang.php, view config_lang.php.alby for example), view this for other info

Alby
alby

Re: Multilanguage CMSMS MLE 1.3.1

Post by alby »

martipao wrote: In the control panel everithing is OK. I can see the three languages for each page,but as soon as I try to modify one of the French page .. it does not work. I can write text in the pages, but cannot fix titles.
Hany suggestion ?
Active debug in config.php and check if you have a Error(1): ...........
And check with a SQL tools for exact field name menu_text_fr

Alby
mindugo
New Member
New Member
Posts: 4
Joined: Mon Jul 21, 2008 10:03 am

Re: Multilanguage CMSMS MLE 1.3.1

Post by mindugo »

Hello,

I've made a fresh install of CMSMS MLE 1.3.1 recently, but I can't get it working - event with exact setup from README.FIRST and config_lang.php.alby files I always get "404 Not Found" error at front end of the site.

My config_lang.php is:

define('DEFAULT_LANG', 'it_IT');

$hls = array(


'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),
'it_IT' => array(
'block'=>'it',
'flag'=>'',
'text'=>'Italiano',
),
'fr_FR' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
),


);

I have

cms_content.content_name_en,
cms_content.content_name_it,
cms_content.content_name_fr,
cms_content.menu_text_en,
cms_content.menu_text_it,
cms_content.menu_text_fr

fields in CMSMS MLE database, I have "content_en,content_it,content_fr" string in all cms_content.prop_names, but the thing doesn't work.

I would really appreciate your help.
Last edited by mindugo on Mon Jul 21, 2008 11:28 am, edited 1 time in total.
alby

Re: Multilanguage CMSMS MLE 1.3.1

Post by alby »

mindugo wrote: I've made a fresh install of CMSMS MLE 1.3.1 recently, but I can't get it working - event with exact setup from README.FIRST and config_lang.php.alby files I always get "404 Not Found" error at front end of the site.
Active debug in config.php and look your server logs for other info

Alby
Locked

Return to “[locked] CMSMS MLE fork”