1. I would use this plugin, if I could specify that English comments are shown in all languages, while other languages (I have Spanish, Italian, German) are only shown on their own language site.
This is because most people do understand English.
2. I don’t know if it is compatible, but with qtranslate basically broken, it would be great if mqtranslate is instead supported. I and many others switched over to mqtranslate with WordPress 3.9 upgrade…
https://www.ads-software.com/plugins/qtranslate-separate-comments/
]]>Hello,
I use your plugin and it is really good.
I am currently working on my first wordpress page and everything looks good. I want to make my page multilanguage, 2 languages in the beginning.
I use qtranslate for this.
Now the problem is, when someone wants to post everything works fine for my standard language.
When the site, post is switched to the second language everytime you want to post a comment there is an error message saying just “error”. Nothing happens then. Then I thought… ok maybe it is a problem with 2 languages for the plugin so I installed “qtranslate seperate comments” which adds language ids for each comments that they are seperated for the language… would also be ok, but the same problem happens here. standard language everything is ok and after switching two second language I receive error again.
Also strange is that sometimes even I receive an error the comment is shown in the administration panel for approval and is set with correct second language…
I don’t know how to fix this and I am not a professional with php etc…
Please help me… Thank you.. If you need more information just let me know…
https://www.ads-software.com/extend/plugins/qtranslate-separate-comments/
]]>The problem is – the plugin doesn’t redirect to the proper language and the language is set incorrectly.
I have tried to solve this with the method in the FAQ, but it doesnt worked for me.
Can you help me please – have you a facebook page ? I think the discussion about the problem will be more solveable in facebook.
SORRY FOR BAD ENGLISH .
https://www.ads-software.com/extend/plugins/qtranslate-separate-comments/
]]>Hi,
I made a correction on the code. In function named fix_comments_count(), there is a typo. Line 123 is;
$comments = $comments_query->query( array('post_id' => $post->ID, 'status' => 'approve', 'order' => 'ASC', 'meta_query' => array(array('key' => '_comment_language', 'value' => $q_config['language']))) );
“$post->ID” is incorrect, I changed it to “$post_id” and line looks like this
$comments = $comments_query->query( array('post_id' => $post_id, 'status' => 'approve', 'order' => 'ASC', 'meta_query' => array(array('key' => '_comment_language', 'value' => $q_config['language']))) );
Now wordpress shows correct number of comments. But unfortunatelly this plugin is not working as it supposed to. It doesn’t solve redirect problem of qtranslate and doesn’t set correct language for comments.
https://www.ads-software.com/extend/plugins/qtranslate-separate-comments/
]]>I’ve installed the plugin into my website, and it still redirect to default language. What can I do to fix it?
https://www.lt-light.com/website
https://www.ads-software.com/extend/plugins/qtranslate-separate-comments/
]]>Hello.
The plugin works fine, but does not show the message “Your comment is awaiting moderation”.
There is a fix?
https://www.ads-software.com/extend/plugins/qtranslate-separate-comments/
]]>