phaedrus77
Forum Replies Created
-
Forum: Plugins
In reply to: [mqTranslate] comments fail for non-default languageDifficult to find. Right, got it anyway 🙂 At least that is what I see now. And how I can reproduce the error.
It’s a combination of mqtranslate and antispam-bee.
What happens is that antispam-bee modifies the field names in the comment form. They get some “secret” attached which varies with the language. When your bug hits that one is redirected to the default language antispam-bee cannot translate the field name back properly as it now tries to strip the prefix for the default language instead of the prefix that was added in the other language. This leaves the comment field empty for languages other than the default language and the comment gets rejected.Sorry to put the blame on you but fixing your redirection issue should resolve our problems as well.
Thanks for your quick repsonse and all your effort!
Bernd
Forum: Plugins
In reply to: [mqTranslate] comments fail for non-default languageRight the redirect to the default language I noticed after posting.
Still the other problem remains for me. Meanwhile I hacked wp-comment-post.php to copy the content from the ‘german variable’ into the proper variable as well.
Do you know where the names of the input fields get modified? So I can see if I hopefully find the problem (I’m fresh at working with WP code so any hint would save me a lot of time ;-))Thanks,
Bernd