• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Does not display the button image selection

Status
Not open for further replies.

Gatses

Chevereto Member
Hello. Do not tell me, what's the problem?
ZNHy.gif
 
It seems that the swf is not supporting UTF-8
I'm looking at this.

At the moment you can workaround this by opening content/languages/ru/chevereto_lang.php and edit this:
Code:
$lang['button_selec_files'] = 'Выберите файлы';

Into something that is not UTF-8 like:
Code:
$lang['button_selec_files'] = 'Browse';

I'm working on the source FLA right know, this affects any character based lang.

Regards.
 
Hi Gatses, I have worked out this issue. You can check it working on the demo. http://demo.chevereto.com if your browser is in Russian you will see the "select files" in russian.

The quick way to fix this is to download this file http://demo.chevereto.com/content/system/js/uploadify.swf
and place it on content/system/js/uploadify.swf on your script setup.

Also, you can re-download the script from the main page and manually update the file from the new zip release that I have just uploaded now.

Hope it helps.
 
Status
Not open for further replies.
Back
Top