asiya,
I speak no Hebrew first off, but what do you mean by "twisted"? The special ascii characters being displayed?
I would suggest searching for the support thread if there is one, or getting in contact with the creator of this mod if there is not.
Sorry I can't be of more help. I'm sure someone here can assist you though, just keep poking around!
Make regular site and database backups!
Thank you
![]()
hi
anyone what need to do for fix this problem ?
i have this here - http://www.magicauction.co.il/shop/i...ex&language=he
have another problem
name od category - left box
i need move the name to right - how can i do ?
Thank you.
Hello.
The first problem is in the mysql database
since hebrew is using unicode
You need to change all relevant fields in the database to
256 chars instead of 8 .
Where can i fibd this to change ? 256 chars instead of 8 .
I need change some files ? or in php myadmin ?
hi
היי מה שלומך , תודה שענית לי
איך אני ממסדר את האותיות אסקי
ואיך אני משלב הכל לימין
שים לב שהכל אצלי בשמאל
תודה
Thank you for answer
how can i fix this problem all to right 0 dir-rtl no help me .
i don't understand where i need change for fix the ascii problem
Thank you again
dudu
Last edited by dmagic; 13 Oct 2008 at 12:10 PM.
Check your /includes/languages/hebrew.php file and find this and compare what yours is to this:
Code:// Global entries for the <html> tag define('HTML_PARAMS','dir="rtl" lang="he"');
היי
יש לי סמלי אסקי כשאני כותב קטגוריה חדשה
איך אני מסדר את זה ?
how can i make new category in hebrew without ascii ?
Thank you
the code is for right box table but not for the words
how i make to words right in box table ?
how can i make to add name categorys in hebrew without ascii
maybe need change somthing in db ?
Thank you
what the problem ? why the words is left in box tables ?Code:// look in your $PATH_LOCALE/locale directory for available locales.. // on RedHat try 'en_US' // on FreeBSD try 'en_US.ISO_8859-1' // on Windows try 'en', or 'English' @setlocale(LC_TIME, 'he_IL'); define('DATE_FORMAT_SHORT', '%d/%m/%Y'); // this is used for strftime() define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() define('DATE_FORMAT', 'd/m/Y'); // this is used for date() define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); //// // Return date in raw format // $date should be in format mm/dd/yyyy // raw date is in format YYYYMMDD, or DDMMYYYY function zen_date_raw($date, $reverse = false) { if ($reverse) { return substr($date, 0, 2) . substr($date, 3, 2) . substr($date, 6, 4); } else { return substr($date, 6, 4) . substr($date, 3, 2) . substr($date, 0, 2) ; } } // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'NIS'); // Global entries for the <html> tag define('HTML_PARAMS','dir="rtl" lang="he"'); // charset for web pages and emails define('CHARSET', 'windows-1255');