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
Multilanguage CMSMS MLE 1.3.1
Re: Multilanguage CMSMS MLE 1.3.1
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
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
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
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
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 ?
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
Active debug in config.php and check if you have a Error(1): ...........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 ?
And check with a SQL tools for exact field name menu_text_fr
Alby
Re: Multilanguage CMSMS MLE 1.3.1
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.
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.
Re: Multilanguage CMSMS MLE 1.3.1
Active debug in config.php and look your server logs for other infomindugo 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.
Alby