Fran Sanchez
asked 10 years ago

Hi,

Installed this plugin and realised that users that are not logged in can’t post anything because the re-captcha is implemented without SSL and hence blocked by some browsers like Chrome by default.

Please make sure re-captcha is loaded over SSL, at least for sites that use SSL on the front end.

Let me know if you can include this on your next release.

2 Answers
DominicStaff
answered 10 years ago

Hi,
Thank for your feedback. We will check and fix this issue in the next version.
However, you can try to open the \plugins\dw-question-answer\inc\lib\recaptcha-php\example-captcha.php file. Find the line 31.
Replace the following code:
echo recaptcha_get_html($publickey, $error);

With the new code:
echo recaptcha_get_html($keys['recaptcha_key_public']);

Or

echo recaptcha_get_html($keys['recaptcha_key_public'],null,true);
Hope this helps !

Fran Sanchez
answered 10 years ago

Hi Dominic,

Thank you for your feedback.

Actually, I saw your answer by chance, I came back to open a new question and let you guys know that when I test the plugin on my site a a guest I do not receive the notification of the answer posted on my guest email.

Judging by the fact that I didn’t get a notification of this answer also (yes, I searched in span and everywhere) I’m guessing that I am not the only one with this problem.

Can you check why new emails for posted answers are not being sent?

dominic Staff
replied 10 years ago

At the moment, we have removed the notification feature when a the user/admin posted a question/answer. We customized to allow all of the questions were new comment/answer will be displayed at the top of the tab Popular.
Regards,

Powered by DW Question & Answer Pro