Re: Guest Posting issue
Reply #1 –
Sorry for the delay.
Looks like you did not click the not a robot box and tried to post. The response message is an EllArte standard, I did not create a special $txt string for the addon. Perhaps a bit lazy, but hey.
You have two options.
1) You can change that by editing the $txt['error_wrong_verification_code'] string in Errors.english.php and make it what you want.
2) Alternatively there is an available response of Please complete the verification section below to complete your post. That makes a lot more sense in this instance. To do that you need to edit the reCaptcha.class.php file and in that find the (2) instances of wrong_verification_code and change them both to need_qr_verification I'll probably spin a new version to do the same.
Re: Guest Posting issue
Reply #2 –
I was clicking.
However, I think I solved the main issue.
I had to recopy the keys for the reCaptcha. No idea why that worked, as they were correct.