Page 1 of 1
Multilanguage CMSMS MLE 1.3.1
Posted: Wed Jun 25, 2008 8:04 am
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
Re: Multilanguage CMSMS MLE 1.3.1
Posted: Thu Jun 26, 2008 8:44 pm
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
Re: Multilanguage CMSMS MLE 1.3.1
Posted: Fri Jun 27, 2008 4:39 am
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
Re: Multilanguage CMSMS MLE 1.3.1
Posted: Thu Jul 10, 2008 2:01 pm
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
Re: Multilanguage CMSMS MLE 1.3.1
Posted: Thu Jul 10, 2008 2:05 pm
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
Re: Multilanguage CMSMS MLE 1.3.1
Posted: Mon Jul 21, 2008 10:23 am
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.
Re: Multilanguage CMSMS MLE 1.3.1
Posted: Wed Jul 23, 2008 10:39 am
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