WPIntell

Market

qtranslate-x

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

14 / 14 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Competitors

1 shown
mixed Comments Redirect doesn't work

Comments Redirect doesn't work: users show security, bugs, compatibility pain that may indicate a product gap.

qTranslate(-X) Separate Comments · Comments Redirect doesn't work I’ve installed the plugin into my website, and it still redirect to default language.
complaint Show English in any language. Other languages only on Language

Show English in any language. Other languages only on Language: users show bugs, compatibility, support pain that may indicate a product gap.

qTranslate(-X) Separate Comments · I don’t know if it is compatible, but with qtranslate basically broken, it would be great if mqtranslate is instead supported.
praise Whoever needs multilanguage separate comments this plugin does the job!!!

Whoever needs multilanguage separate comments this plugin does the job!!!: users show security, compatibility, support pain that may indicate a product gap.

qTranslate(-X) Separate Comments · Multilingual sites are not used as often, so to create a plugin that it works well with multilingual capabilities often requires a fair amount of hacking-around or using WordPress in a way that it’s not common, so it’s hard to be compatible with everyone else out there.
mixed qtranslate seperate commenst & spectacula – error on second language

qtranslate seperate commenst & spectacula – error on second language: users show bugs, compatibility, missing feature pain that may indicate a product gap.

qTranslate(-X) Separate Comments · qtranslate seperate commenst & spectacula – error on second language Hello, I use your plugin and it is really good.
mixed Comments language and redirect – I have read the FAQ

Comments language and redirect – I have read the FAQ: users show bugs, support pain that may indicate a product gap.

qTranslate(-X) Separate Comments · Can you help me please – have you a facebook page ?
praise WP 3.6-beta4-24560, theme 2013 – work very good

WP 3.6-beta4-24560, theme 2013 – work very good: users show bugs, compatibility, missing feature pain that may indicate a product gap.

qTranslate(-X) Separate Comments · WP 3.6-beta4-24560, theme 2013 – work very good Thanks to Nicola for his support in all (many!) forums with qTranslate.
praise Very Good!

Very Good!: users show setup pain that may indicate a product gap.

qTranslate(-X) Separate Comments · İts pulgins very easy install and very good!
praise Very good.

Very good.: users show setup pain that may indicate a product gap.

qTranslate(-X) Separate Comments · Setup is easy with the given code!
praise Comments language and redirect – I have read the FAQ

Comments language and redirect – I have read the FAQ: users show support pain that may indicate a product gap.

qTranslate(-X) Separate Comments · Can you help me please – have you a facebook page ?
praise Increible!!!

Increible!!!: praise conversation with limited structured signal.

qTranslate-X & Yoast SEO · Estaba buscando como loca, un plugin para traducir mi sitio a multilanguage, probe con wpml, polylang, wpglobus, lyngotek, pero al final qtranslate-x, tenia lo que estaba buscando solo un ligero problemita, los strings que no podia traducir y el Yoast-SEO, pero con este y otro plugin que instale, puedo traducir hasta el titulo y la metadescripcion del sitio
mixed [plugin: qTranslate Separate Comments] / moderation message

[plugin: qTranslate Separate Comments] / moderation message: users show bugs, support pain that may indicate a product gap.

qTranslate(-X) Separate Comments · The plugin works fine, but does not show the message “Your comment is awaiting moderation”.
mixed a little correction on code

a little correction on code: users show missing feature pain that may indicate a product gap.

qTranslate(-X) Separate Comments · 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,