This is a discussion on UTF bug fix on reviews system within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Hello guys, i am not sure exactly if it was a bug or what but in my site the reviews ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Hello guys, i am not sure exactly if it was a bug or what but in my site the reviews system (the standard reviews system) was not working correctly with the UTF-8 (greek), maybe it has this problem with other languages too.. The first problem was on the reviews block it was apeearing a box symbol instead of the normal letter in every 15 letters, and the second problem was on the reviews.php admin, it was appearing these symbol boxes in the preview so it damages the whole text.. So the fix that worked to my is these chages : in the includes/boxes/reviews.php ### find this : ### $rand_review_text = tep_break_string(tep_output_string_protected($rand _review['reviews_text']), 15, '- '); ### and change with this : ### $rand_review_text = tep_break_string(tep_output_string_protected($rand _review['reviews_text']), 15, ''); ### save and close ### in the admin/reviews.php ### find this : ### ### and change with this : ### ### save and close ### I am not very sure what those changes mean, but they are working for me, and it fixes the problem so the text is not changing with symbols.. Christoforos Onoufriadis See in action : www.turbosim.gr (Greek lang) sales@turbosim.gr More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Complete Reviews System | michael_s | New osCommerce Contributions | 0 | 04-28-2008 06:11 PM |
| Complete Reviews System | michael_s | New osCommerce Contributions | 0 | 04-22-2008 06:40 AM |
| Complete Reviews System | michael_s | New osCommerce Contributions | 0 | 09-28-2007 01:33 AM |
| Has anyone installed the Complete Reviews System Mod? | mjfontec | osCMax v2 Customization/Mods | 2 | 03-22-2007 12:04 AM |
| I need some help with a bug fix (GV/CC + zero balance) | Kristina | osCMax v1.7 Discussion | 1 | 06-13-2005 02:54 AM |