Hi Aleksandar. Thanks for great plugin. I was using another one in the past but on this particular site I found that your plugin works better.
Please tell me is there any way to prevent plugin to translite file name if it is in cyrillic? Images becomes broken when visitor choose latin script.
Thank you
]]>Hi, I`d like to know will this plugin be in continuous development for future releases of WordPress, because it hasnt been updated since march?
]]>The plugin is not compatible with WordPress 4.1, it causes all installations other than main to stop working.
Error log:
[11-Jan-2015 17:42:00 UTC] cirilica
[11-Jan-2015 17:48:23 UTC] cirilica
[11-Jan-2015 17:48:55 UTC] cirilica
]]>
I’ve tested WP Translit 0.3.9 with newest version of qTranslate (2.5.36 at the moment) and it’s working fine except for few php deprecated functions. I have fixed those in my local installation but it would be nice if author of this plugin would include this in new release as it is, really, just a minor fix and refers to newer versions of php language.
File wp-translit.php:
line 385
current:
$languages = split(',', $_SERVER["HTTP_ACCEPT_LANGUAGE"]);
fix:
$languages = explode(',', $_SERVER["HTTP_ACCEPT_LANGUAGE"]);
line 390
current:
if ( ereg("^(sr|mk|bg|ru)", $hlang) ) // && $hbr == 0 )
fix:
if ( preg_match("^(sr|mk|bg|ru)^", $hlang) ) // && $hbr == 0 )
line 469
current:
$_wp_wp_translit =& new wp_translit;
fix:
$_wp_wp_translit = new wp_translit;
That’s it. I hope this helps someone.
]]>It doesn’t work since 3.5 update of word press..
]]>Shouldn’t it be in cyrilic script by default.
Is there some setting i am missing or some code i should modify to make it cyrilic by default?
Site is teodor.rs, thanks in advance.