mkdotam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] problems with encodin’Thanks, I’ve found your mannual on adding new letters and made it myself: http://mk.am/wp-cumulus-armenian-letters/
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] problems with encodin’What about other alphabets, for example Russian or Armenian? Do you plan do something for full unicode support? Or may be there is some possibilities to do it by my own?
Thanks in advance.
Forum: Plugins
In reply to: [Plugin: zdmultilang] Translation of Categories does not workIt’s a preg_match_all error on line 1173
Forum: Plugins
In reply to: [Plugin: zdmultilang] Translation of Categories does not workOops, not the current category, but the last category in list.
Forum: Plugins
In reply to: [Plugin: zdmultilang] Translation of Categories does not workI have similar problem. When my post has more then one category plugin translates only current category. In my case it looks like: <armenian_1>, <armenian_2>, <english_3> – where 3 is current category.
Forum: Plugins
In reply to: [Plugin: qTranslate] Write post only in one languageHi levani01, try following hack: in qtranslate_core.php on line 457, right under comment, add “return null;”
// content not available in requested language (bad!!) what now?
return null;Remember to do this after every plugin update.