• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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