Multilanguage CMSMS MLE 1.2.3
Re: Multilanguage CMSMS MLE 1.2.3
Hi Ably
Thanks for your support on MLE. Its a fantastic module. Im trying to get it to work with tr_TR turkish language but the website is blank as soon as i click on TR language.
Also the {notes} mle you have done for the Cataloger, it only shows a input box, is there a way to convert that into a normal textbox with tinymce just like the org notes area.
And Finally, The formbuilder, when i submit a form it says unspecified on all inputted areas.
Im sorry for giving you such as list, i have searched the form to find solution for these but i couldnt find it.
I really appritiate your help on this.
Many Many Thanks in Advance
Thanks for your support on MLE. Its a fantastic module. Im trying to get it to work with tr_TR turkish language but the website is blank as soon as i click on TR language.
Also the {notes} mle you have done for the Cataloger, it only shows a input box, is there a way to convert that into a normal textbox with tinymce just like the org notes area.
And Finally, The formbuilder, when i submit a form it says unspecified on all inputted areas.
Im sorry for giving you such as list, i have searched the form to find solution for these but i couldnt find it.
I really appritiate your help on this.
Many Many Thanks in Advance
Re: Multilanguage CMSMS MLE 1.2.3
Alby sorry for misspelling you name.
Many Thanks
Many Thanks
Re: Multilanguage CMSMS MLE 1.2.3
Generally is a SQL problem (1) OR you have modify config_lang.php (2).baki250 wrote: Thanks for your support on MLE. Its a fantastic module. Im trying to get it to work with tr_TR turkish language but the website is blank as soon as i click on TR language.
(1) Have you applied well SQL queries? Check with phpmyadmin for new fields name.
(2) Clean your cookies browser for your site
In last versions Cataloger drop notes field for generic user fields.baki250 wrote: Also the {notes} mle you have done for the Cataloger, it only shows a input box, is there a way to convert that into a normal textbox with tinymce just like the org notes area.
I check for new version and come out new patch for MLE
Check in forum (I saw something) because this is unrelated MLE. Attention for FormBuilder because is monolingual and you must create form for every language (in forum someone exports your form in xml file and re-upload as a new form editing labels only)baki250 wrote: And Finally, The formbuilder, when i submit a form it says unspecified on all inputted areas.
Alby
Re: Multilanguage CMSMS MLE 1.2.3
When can we expect this to be released and do you place it here in this thread or somewhere else?I check for new version and come out new patch for MLE
I'm just banging my head with this. I'm new to CMSMS and especially mle and I try to make the cataloger to work. It's running fine in English but the pictures won't show in finnish verison (first they did, then I did someting in totally dirrerent place and now they wont). I know the mle patch was for earlier version of the cataloger but I desided to give it a try... works fine for a while... If you look at the site, you can see that there is apparently the correct link to the image (the second box at the top, used the random), at least it looks the same in english version, but somehow it can't find it anyways. http://gsss.gsgroup.fi
EDIT: it even shows in the source code but it's not visible...
Edit2: used the SVN version of the Cataloger.Image.php and now it works. ...for now
I also have some problems with resource browser, when trying to upload an image it gives 403 error in tiny and some xml error in fck. First it works fine if I use the Image Manager to upload the images. But if I try to upload some image or file from the recourse browser it gives an error and then it wont let me even see the content of the image folder.
Can't tell if I made any sense, I'm Finnish you know... and a girl...

Last edited by Elli on Fri Mar 28, 2008 12:46 pm, edited 1 time in total.
Re: Multilanguage CMSMS MLE 1.2.3
Hi Alby
Thanks for you feedback. I really appritiate your help,
For the SQL part, it works fine on my normal localhost which i run Mysql5 but as soon as i export that into mysql 4(web) the tr lang dont work.
Secondly i run the following sql for TR:
ALTER TABLE `cms_content` ADD `content_name_tr` VARCHAR(165) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL AFTER `content_name_fr`;
which i did the same for other fields but still it dont work on version mysql4
For the CAtaloger, i will wait for your release or help on that.
For the forum (((Check in forum (I saw something))) i didnt get this part, which forum again, i searched all the forums, couldnt find anything relating to this.
I have created a form for each language and still its same or im i creating it wrongly. Isnt it just createing a new form normal way or do i have to do something.
Many Thanks for your help and support
Thanks for you feedback. I really appritiate your help,
For the SQL part, it works fine on my normal localhost which i run Mysql5 but as soon as i export that into mysql 4(web) the tr lang dont work.
Secondly i run the following sql for TR:
ALTER TABLE `cms_content` ADD `content_name_tr` VARCHAR(165) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL AFTER `content_name_fr`;
which i did the same for other fields but still it dont work on version mysql4
For the CAtaloger, i will wait for your release or help on that.
For the forum (((Check in forum (I saw something))) i didnt get this part, which forum again, i searched all the forums, couldnt find anything relating to this.
I have created a form for each language and still its same or im i creating it wrongly. Isnt it just createing a new form normal way or do i have to do something.
Many Thanks for your help and support
Re: Multilanguage CMSMS MLE 1.2.3
Okay, so I managed to get the images to work, but now the user definited attributes don't show in the site. They appear perfectly in the admin but in the site they are no show, not even in the source.
I had to install the whole site all over, first I made the SQL dumb. After clean install and all the mle functions I placed the old content back. So because i had the content ready I had to make new user attributes with the same name, but I think somewhere the id:s going wrong or something that refers that the current attribute is the same one. The item attributes can be found in admin area site listing and appears to be ok. But even when I try to add new attrobutes they don't appear in the actual site.
Heres my item template for testing:
Lataa EsiteLataa Ohjekirja
{$notes}
{$lyhennelma}
{literal}
function repl(img)
{
document.item_image.src=img;
}
{/literal}
The {$lataaesite}, {$lataaohje}, {$lyhennelma} attributes are the ones that don't show.
If anyone have any ideas...?
I had to install the whole site all over, first I made the SQL dumb. After clean install and all the mle functions I placed the old content back. So because i had the content ready I had to make new user attributes with the same name, but I think somewhere the id:s going wrong or something that refers that the current attribute is the same one. The item attributes can be found in admin area site listing and appears to be ok. But even when I try to add new attrobutes they don't appear in the actual site.
Heres my item template for testing:
Lataa EsiteLataa Ohjekirja
{$notes}
{$lyhennelma}
{literal}
function repl(img)
{
document.item_image.src=img;
}
{/literal}
The {$lataaesite}, {$lataaohje}, {$lyhennelma} attributes are the ones that don't show.
If anyone have any ideas...?
Re: Multilanguage CMSMS MLE 1.2.3
Depends on your mysql version.baki250 wrote: ALTER TABLE `cms_content` ADD `content_name_tr` VARCHAR(165) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL AFTER `content_name_fr`;
Works for last versions of mysql 4.1.X only
Try with:
ALTER TABLE `cms_content` ADD `content_name_tr` VARCHAR(165) NULL AFTER `content_name_fr`;
and with phpmyadmin check you have COLLATE in your table.
If yes, select utf8_unicode_ci (default is latin1)
I don't have a formbuilder on my site, try with a post to sarah_h in this topicbaki250 wrote: For the forum (((Check in forum (I saw something))) i didnt get this part, which forum again, i searched all the forums, couldnt find anything relating to this.
I have created a form for each language and still its same or im i creating it wrongly. Isnt it just createing a new form normal way or do i have to do something.
Alby
Re: Multilanguage CMSMS MLE 1.2.3
Tomorrow I test last version of Cataloger and post here a new patch or I might also create a new topic for module patchsElli wrote:When can we expect this to be released and do you place it here in this thread or somewhere else?I check for new version and come out new patch for MLE
Elli wrote: I'm Finnish you know... and a girl...![]()

Alby
Re: Multilanguage CMSMS MLE 1.2.3
hi Alby
i tried everything you said for Turkish lang tr_TR. but couldnt get it to work. it work fine on my localhost which runs xampp mysql v5 and other languages but turkish lang does not work. as soon as i say or add 'locale_cms'=>'tr_TR'
to my config_lang.php file the site stops working.
any possible reason for this. im thinkin of using en_US as a mimic to turkish which on the db uses the same unicode. so it might work like that.
What do you suggest i should do. will mysql v5 make a difference if i get that version somewhere on the webhostings
also that FormBuilder unspecified tag thing, i looked at that forum you said unfortunately nothing from there.
I hope to hear from you, you are my only hope.
Many Many Thanks in advance
i tried everything you said for Turkish lang tr_TR. but couldnt get it to work. it work fine on my localhost which runs xampp mysql v5 and other languages but turkish lang does not work. as soon as i say or add 'locale_cms'=>'tr_TR'
to my config_lang.php file the site stops working.
any possible reason for this. im thinkin of using en_US as a mimic to turkish which on the db uses the same unicode. so it might work like that.
What do you suggest i should do. will mysql v5 make a difference if i get that version somewhere on the webhostings
also that FormBuilder unspecified tag thing, i looked at that forum you said unfortunately nothing from there.
I hope to hear from you, you are my only hope.
Many Many Thanks in advance
Re: Multilanguage CMSMS MLE 1.2.3
Hi Alby
Great news i fixed the problem. basically i just added 'locale'=>'tr-utf8', to the conig file and it worked.
I search some areas and the problem was that turkish language has some problems with php mysql for some reasons but anyway its sorted now.
The next problem is the Formbuilder, it still says on all fields unspecified. I searched Sarah forum but she has nothing
The other thing, have you releeased the partch for the Cataloger, where can i download the latest updates on that.
Many Many Thanks
Great news i fixed the problem. basically i just added 'locale'=>'tr-utf8', to the conig file and it worked.
I search some areas and the problem was that turkish language has some problems with php mysql for some reasons but anyway its sorted now.
The next problem is the Formbuilder, it still says on all fields unspecified. I searched Sarah forum but she has nothing
The other thing, have you releeased the partch for the Cataloger, where can i download the latest updates on that.
Many Many Thanks
Re: Multilanguage CMSMS MLE 1.2.3
The patch is late because I am testing for coming out 1.2.4 MLE (tomorrow I think)baki250 wrote: The other thing, have you releeased the partch for the Cataloger, where can i download the latest updates on that.
If anyone can test the patch #9 (b case) for content and content block missing in current language but present in DEFAULT_LANG, here there is the relative topic
Alby
Last edited by alby on Sun Mar 30, 2008 6:15 pm, edited 1 time in total.
Patch for Cataloger 0.7
In Attach there is a patch for Cataloger 0.7.
Rename file from .mpg to .zip
Uncompress in modules/Cataloger
BACKUP THIS FOLDER
Rename (and overwrite) files from xxxx.php.mle to xxxx.php
automaticaly (transparent) User_attribute -> User_attribute_$lang
in template use only {$User_attribute}
Attention because old User_attribute don't work (work with old Cataloger MLE patch)
For advanced user only: if you want work with old User_attribute you must edit your DB (content and content_props) and rename User_attribute in User_attribute_$lang
PLEASE TEST NOT IN PRODUCTION AND REPORT
Alby
EDIT: Cataloger2 contain patchs for recent and random params
Rename file from .mpg to .zip
Uncompress in modules/Cataloger
BACKUP THIS FOLDER
Rename (and overwrite) files from xxxx.php.mle to xxxx.php
automaticaly (transparent) User_attribute -> User_attribute_$lang
in template use only {$User_attribute}
Attention because old User_attribute don't work (work with old Cataloger MLE patch)
For advanced user only: if you want work with old User_attribute you must edit your DB (content and content_props) and rename User_attribute in User_attribute_$lang
PLEASE TEST NOT IN PRODUCTION AND REPORT
Alby
EDIT: Cataloger2 contain patchs for recent and random params
- Attachments
-
[The extension mpg has been deactivated and can no longer be displayed.]
-
[The extension mpg has been deactivated and can no longer be displayed.]
Last edited by alby on Fri Apr 04, 2008 8:45 am, edited 1 time in total.
Re: Multilanguage CMSMS MLE 1.2.3
No comments here (yet). Just very pleased with CMSMS 
Keep up the good work! Hats off!

Keep up the good work! Hats off!
Re: Multilanguage CMSMS MLE 1.2.3
jack4ya wrote: No comments here (yet). Just very pleased with CMSMS
Keep up the good work! Hats off!

Ready for 1.3?
Alby