• 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

Chevereto 2.0.11

Status
Not open for further replies.

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
Chevereto 2.0.11 (2011-09-04) release notes
- Added switch to the get_thumb_html() and get_thumb_bbcode() functions
- Improved multicodes generation on peafowl.php
- Added Czech and Ukrainian languages
- Fixed Danish language
- Tweaks on the .htaccess file

Upgrade from 2.0.10 | Affected files & folders
- .htaccess
- includes/template.functions.php
- content/system/js/peafowl.php
- content/languages/uk
- content/languages/cs
- content/languages/da
 
Gatses said:
After the replacement of template.functions.php this problem appears again - http://chevereto.com/forums/topic1019-problems-with-coding.html

Corrected replacing the line 412.

That is working on the same way since 2.0.4 you need to understand that PHP has limitations with some characters. If you don't want to have this kind of issues please transform your Russian config strings using this: http://konieczny.be/unicode.html

I think that I need to workaround this issue, like an automatic converter.

PS: Don't replace your modified files just like that! use a file compare tool. Is recommended to not edit this kind of files.
 
Rodolfo said:
Gatses said:
After the replacement of template.functions.php this problem appears again - http://chevereto.com/forums/topic1019-problems-with-coding.html

Corrected replacing the line 412.

That is working on the same way since 2.0.4 you need to understand that PHP has limitations with some characters. If you don't want to have this kind of issues please transform your Russian config strings using this: http://konieczny.be/unicode.html

I think that I need to workaround this issue, like an automatic converter.

PS: Don't replace your modified files just like that! use a file compare tool. Is recommended to not edit this kind of files.

Why convert if can just change the line?
 
Well, do whatever you want Gatses, but please keep in mind what you touch before complain for malfunction. I will think in a way to solve this but that doesn't apply pretty much if you touch by yourself the files and not make a note on that.
 
Status
Not open for further replies.
Back
Top