Plugin Author
Gunu
(@grafcom)
@hrantabe,
have you tried Settings – Languages – Compatibility Functions ?
I have checked “Enable function name compatibility” as you said, but it is still not working.
Plugin Author
Gunu
(@grafcom)
@hrantabe,
Try the latest beta version 3.2.9.9.4
Download it here
see if that makes a difference
Thanks, but beta version didn’t helped.
BUT I have fixed it 🙂
I just edited “qtranslate-separate-comments.php”, in the end of file there is a piece of code for checking whether is qTranslate active or no, I changed
if( is_plugin_active( 'qtranslate/qtranslate.php') || ( is_multisite() && is_plugin_active_for_network( 'qtranslate/qtranslate.php') ) ) {
global $qTranslate_Separate_Comments;
$qTranslate_Separate_Comments = new qTranslate_Separate_Comments();
}
to
if( is_plugin_active( 'qtranslate-x/qtranslate.php') || ( is_multisite() && is_plugin_active_for_network( 'qtranslate-x/qtranslate.php') ) ) {
global $qTranslate_Separate_Comments;
$qTranslate_Separate_Comments = new qTranslate_Separate_Comments();
}
And that worked.
Wooohooooooooo
Plugin Author
Gunu
(@grafcom)
@hrantabe,
Great, thanks for the info.
(@hrantabe)
11 years, 1 month ago
Hi Authors, first I want to say THANKS for this plugin, which replaced dead qTranslate.
Unfortunately this plugin is not compatible with the “qTranslate Separate Comments” plugin, can you make a plugin for multilingual comments or add a feature in “qTranslate X”.
Thank you!
https://ww.wp.xz.cn/plugins/qtranslate-x/