Multilanguage CMSMS MLE 1.5.4*
Multilanguage CMSMS MLE 1.5.4*
History changelog here
Release in forge
Full version contain all languages
Base version contain en_US language only (see here for other translation packages)
Alby
Release in forge
Full version contain all languages
Base version contain en_US language only (see here for other translation packages)
Alby
Last edited by alby on Fri Jun 26, 2009 3:33 pm, edited 1 time in total.
Re: Multilanguage CMSMS MLE 1.5.4*
For UPGRADE previous sites in order to be ready for (b) version or next releases
In 1.5.4 version there is a file gcb.php (in doc folder) for GCB conversion.
1. Move this file in your root installation (same folder of config.php and config_lang.php)
2. Calling from your browser. If DONE! you will see in GCB (p.e.): xxx-en_US, xxx-it_IT, ... (not enter in for edit!)
3. When you are ready for new method, update global_content tag in your templates. Substitute in your template(s):
{global_content name='xxx'}
with
{global_content name="xxx-$lang"} pay attention to double (and not single) quotes
example:
{global_content name='footer'}
{global_content name="footer-$lang"}
And update to b version (without GCB multilang) or new version
Alby
In 1.5.4 version there is a file gcb.php (in doc folder) for GCB conversion.
1. Move this file in your root installation (same folder of config.php and config_lang.php)
2. Calling from your browser. If DONE! you will see in GCB (p.e.): xxx-en_US, xxx-it_IT, ... (not enter in for edit!)
3. When you are ready for new method, update global_content tag in your templates. Substitute in your template(s):
{global_content name='xxx'}
with
{global_content name="xxx-$lang"} pay attention to double (and not single) quotes
example:
{global_content name='footer'}
{global_content name="footer-$lang"}
And update to b version (without GCB multilang) or new version
Alby
Last edited by alby on Tue Apr 14, 2009 11:45 am, edited 1 time in total.
Re: Multilanguage CMSMS MLE 1.5.4*
Hello!
I recently installed CMSMS 1.5.4 MLE, and only after hours I realised that there is no multilangual GCBs. You wrote, that this was the last MLE edition, but myn it isn't MLE. What about the next versions, if there won't be any MLE GCB, how we can use in future GCBs in ML sites?
We have to use from now on that sintax everywhere?
For example: at GCB names: sitename-it_IT and in code: {global_content name='sitename-it_IT'}
Thank you for clarifications,
Tovissy D.
------------------------------------------------
I recently installed CMSMS 1.5.4 MLE, and only after hours I realised that there is no multilangual GCBs. You wrote, that this was the last MLE edition, but myn it isn't MLE. What about the next versions, if there won't be any MLE GCB, how we can use in future GCBs in ML sites?
We have to use from now on that sintax everywhere?
For example: at GCB names: sitename-it_IT and in code: {global_content name='sitename-it_IT'}
Thank you for clarifications,
Tovissy D.
------------------------------------------------
alby wrote: History changelog here for 1.5.4 and 1.5.4b
Release in forge
Full version contain all languages
Base version contain en_US language only (see here for other translation packages)
Diff file is VS CMSMS 1.5.4
PAY ATTENTION:
For NEW installation use 1.5.4b
For Upgrade use 1.5.4 (because 1.5.4b BROKE prev site) and READ the README.NEW file. I think that this is LAST version for GCB multilingual, next GCB are no longer multilingual
Alby
Re: Multilanguage CMSMS MLE 1.5.4*
humm I think that I am clear in Reply #1:tovissy wrote: I recently installed CMSMS 1.5.4 MLE, and only after hours I realised that there is no multilangual GCBs. You wrote, that this was the last MLE edition, but myn it isn't MLE. What about the next versions, if there won't be any MLE GCB, how we can use in future GCBs in ML sites?
- add in GCB:
sitename-it_IT, sitename-en_US, ......
- in your template use {global_content name="sitename-$lang"}
Alby
Re: Multilanguage CMSMS MLE 1.5.4*
Yes but have not sense (it's no know in external; you see this in GCB and template only) and with $lang is MORE compliantmaxime wrote: can we use $parent_lang instead of $lang in GCB ?
Alby
Last edited by alby on Sat May 02, 2009 8:20 am, edited 1 time in total.
- groupewibi
- Forum Members
- Posts: 35
- Joined: Fri Jan 11, 2008 8:02 am
- Location: India
Re: Multilanguage CMSMS MLE 1.5.4*
Hi Alby,
I have try to make work GCB in MLE in 1.5.4 and 1.5.4b but i not enought qualify i guess to make it work. MLE seams now too difficult to implement for me. So i coming back to the 1.5.2 with the GCB manage directly in GCB management.
But i would like to know what was the benefit to manage GCB in our template ? I read the lastest change logs and all the message post about MLE 1.5.4+ and i don't quite understand why it's a benefit to pass in our template from {global_content name="xxx"} to {global_content name="xxx-$lang"} now. It was manage automaticly before and now we have to specify this new additional variable..
You said also than or a new install, we have to use the 1.5.4b. But in the README.FIRST of 1.5.4 and 1.5.4b, no instruction have been given to Alter table to add multilangual field for htmlblobs. Is that correct ? or some infos missing ? We don't have any more to alter table for htmlblobs ?
Thanks for you support Alby, and again, thanks for this essential module.
B regards,
John
I have try to make work GCB in MLE in 1.5.4 and 1.5.4b but i not enought qualify i guess to make it work. MLE seams now too difficult to implement for me. So i coming back to the 1.5.2 with the GCB manage directly in GCB management.
But i would like to know what was the benefit to manage GCB in our template ? I read the lastest change logs and all the message post about MLE 1.5.4+ and i don't quite understand why it's a benefit to pass in our template from {global_content name="xxx"} to {global_content name="xxx-$lang"} now. It was manage automaticly before and now we have to specify this new additional variable..
You said also than or a new install, we have to use the 1.5.4b. But in the README.FIRST of 1.5.4 and 1.5.4b, no instruction have been given to Alter table to add multilangual field for htmlblobs. Is that correct ? or some infos missing ? We don't have any more to alter table for htmlblobs ?
Thanks for you support Alby, and again, thanks for this essential module.
B regards,
John
Re: Multilanguage CMSMS MLE 1.5.4*
1.5.4 (no b) has same behavior of prev versions, you can use thatgroupewibi wrote: I have try to make work GCB in MLE in 1.5.4 and 1.5.4b but i not enought qualify i guess to make it work. MLE seams now too difficult to implement for me. So i coming back to the 1.5.2 with the GCB manage directly in GCB management.
Major benefit is that is closed to 2.0groupewibi wrote: But i would like to know what was the benefit to manage GCB in our template ?
GCB is not for html only but template vars, udt, etc..... sometimes is not simple manage all in multilang environment
I don't think that it's so problematic.groupewibi wrote: I read the lastest change logs and all the message post about MLE 1.5.4+ and i don't quite understand why it's a benefit to pass in our template from {global_content name="xxx"} to {global_content name="xxx-$lang"} now. It was manage automaticly before and now we have to specify this new additional variable..
If you use gcb.php in doc folder of 1.5.4, this create new GCB's for you. There is a problem if you have many and many templates ...
I can think something that if there is not name-$lang system call name (sorta of default) but I ask Ted first
Infact you don't must alter htmlblobs table, this remain same of originalgroupewibi wrote: You said also than or a new install, we have to use the 1.5.4b. But in the README.FIRST of 1.5.4 and 1.5.4b, no instruction have been given to Alter table to add multilangual field for htmlblobs. Is that correct ? or some infos missing ? We don't have any more to alter table for htmlblobs ?
Alby
Re: Multilanguage CMSMS MLE 1.5.4*
Hey
I´m just in desperate help here wuth a new MLE install. I have gone through the documentation several times and the visual tutorials as well.
My problem is that I don´t get the different languages to switch between in front end, I just get the language which the page is.
I have English, Swedish and Finnish.
If I check "Show from DEFAULT_LANG if current lang is not ready" I get all languages but I also get all languages in the menu.
In admin I get all languages as well but the rows are "empty" for the languages not selected, are they supposed to show at all???
I hope I´m clear enough and I could get some help.
TIA. Peppe
I´m just in desperate help here wuth a new MLE install. I have gone through the documentation several times and the visual tutorials as well.
My problem is that I don´t get the different languages to switch between in front end, I just get the language which the page is.
I have English, Swedish and Finnish.
If I check "Show from DEFAULT_LANG if current lang is not ready" I get all languages but I also get all languages in the menu.
In admin I get all languages as well but the rows are "empty" for the languages not selected, are they supposed to show at all???
I hope I´m clear enough and I could get some help.
TIA. Peppe
Re: Multilanguage CMSMS MLE 1.5.4*
You must fill this languages, try to fill homepage in other languages then you see this languagesPeppe wrote: In admin I get all languages as well but the rows are "empty" for the languages not selected, are they supposed to show at all???
Alby
Re: Multilanguage CMSMS MLE 1.5.4*
I have filled the pages with content.alby wrote:You must fill this languages, try to fill homepage in other languages then you see this languagesPeppe wrote: In admin I get all languages as well but the rows are "empty" for the languages not selected, are they supposed to show at all???
Alby
I must be something wrong since I don´t get MLE to work at all. Maybe this is not for a designer/non-programmer.
Re: Multilanguage CMSMS MLE 1.5.4*
Are you sure?Peppe wrote: I have filled the pages with content.
If you enter in admin page you see content that you have entered?
Alby
Re: Multilanguage CMSMS MLE 1.5.4*
Yes. Im just testing around here and trying to follow the visual tutorials, I have reinstalled several times just to learn.
At the moment I have entered Test EN, Test SE and Test Fi in different pages and I see what I have entered.
Im not a programmer as I told you before and I think I do something wrong when configuring the databes and sql querys, Im not sure.
Thank you for the help so far by the way.
At the moment I have entered Test EN, Test SE and Test Fi in different pages and I see what I have entered.
Im not a programmer as I told you before and I think I do something wrong when configuring the databes and sql querys, Im not sure.
Thank you for the help so far by the way.
Re: Multilanguage CMSMS MLE 1.5.4*
You must pay attention to errors from your SQL tool and check if screenshot of your table properties is same of VideoTutorial (apart different languages code)Peppe wrote: Im not a programmer as I told you before and I think I do something wrong when configuring the databes and sql querys, Im not sure.
In next version I add a automatic MLE installer
Alby
Re: Multilanguage CMSMS MLE 1.5.4*
Of course I follow the videotutorials almost frame by frame and looking for errors as well(none so far though") Problem not solved. It doesn´t matter that I use MAMP by the way?