Yes, this hack works fine now ))
Thanks for help.
No, it doesn’t ))
Redirection still goes to main lang.
Comment leaved on additional language page marked as a main lang (it was before this fix too).
But now hidden input looks like:
<input type="hidden" value="http://mysite.com/fr/contact/" name="qtc_comment_from">
Before this fix it looked like:
<input type="hidden" value="/contact" name="qtc_comment_from">
If manualy change (with firebug for exp.) it to /fr/contact everything works fine (<input type="hidden" value="/fr/contact" name="qtc_comment_from">).
Hi
There is a bug with redirection. If we have a /land/ type of url-modification, redirection always works to main language page.
Exp.
mysite.com/fr/contact will redirect to
mysite.com/contact
I’ve looked for and find that there is a hidden input, but it has wrong value like this /contact (should /fr/contact).
Anyway, thanks for your plugin. If you have solution let me know.