calaf
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Navigation bar disappearedI have the same problem on two sites with Make theme. I donť want to create any custom menu.
Forum: Plugins
In reply to: [WP-Sticky] (Announcement:) added to home page/post title@magrun: Thank you! Resolved.
Forum: Requests and Feedback
In reply to: Localization problemlhk: Yes, of course.
But now, the solution is finally here – WP 2.0.3. Thank you developers.
With changes in gettext.php I mentioned above not only frontend but admin tool is now translated.
Forum: Requests and Feedback
In reply to: Localization problemI have the same problem on server with PHP Version 4.4.2 although the same instalation on another server works well. There are many discussion on this theme around the net. Try this one: “Can hosting provider disable localization?” here at ww.wp.xz.cn.
This is what helped me:
in gettext.php changing strings
// $MAGIC1 = (int)0×950412de; //bug in PHP 5
$MAGIC1 = (int) – 1794895138;
// $MAGIC2 = (int)0xde120495; //bug
$MAGIC2 = (int) – 569244523;for these:
$MAGIC1 = 2500072158;
$MAGIC2 = 3725722773;Frontend is translated now (using .mo file of the theme) but admin is still in English (doesn’t use .mo file from wp-includes/languages).
WP developers where are you? Is it a bug or something? It seems that many people suffer from this problem. WP is great. Translated one is even better. Can anybody answer?
Forum: Fixing WordPress
In reply to: Can hosting provider disable localization?I have the same problem as poper but his solution doesn’t work for me. I’ve e-mailed my “server company” and been told that gettext is enabled (so what do I want). They advised me to contact application developers. Does anybody know what to ask for and where?