Re: Support Thread for Google reCAPTCHA plugin
Hi 100asa
I assume you are using the 'AsK a Question' plugin - if so then in modules/pages/ask_a_question/header_php.php replace line 43
Code:
if ($zc_validate_email and !empty($enquiry) and !empty($name)) {
with these two lines
Code:
$zco_notifier->notify('NOTIFY_CONTACT_US_CAPTCHA_CHECK');
if ($zc_validate_email and !empty($enquiry) and !empty($name) and $error == false) {
Hope this helps/works
Regards
Re: Support Thread for Google reCAPTCHA plugin
Great! Now works fine!
(I've changed $zco_notifier->notify('NOTIFY_CONTACT_US_CAPTCHA_CHECK'); with NOTIFY_ASK_A_QUESTION_CAPTCHA_CHECK )
:blink:
Re: Support Thread for Google reCAPTCHA plugin
Excellent - you may need to edit class.google_recaptcha.php (in includes/classes/observers) to include 'NOTIFY_ASK_A_QUESTION_CAPTCHA_CHECK'
Regards
Re: Support Thread for Google reCAPTCHA plugin
So I have it installed at http://thecubden.org/store/ I have it working on the create a new account and the contact us from the header bar, but if you click the contact us from under customer support, it will not work I do not see the box or anything. HELP I have moved the fils and done as instructed.
Re: Support Thread for Google reCAPTCHA plugin
Hello,
It is only working on the pop-up accessed from your header bar, but not on the full contact page accessed from your header bar or your support section, so I would guess that you need to install it on your full php contact page proper, rather than just the pop-up element. You need to add it to the page that carries the text: "Please feel free to use the Contact us section with questions or suggestions"
I hope this helps.
Tog
Re: Support Thread for Google reCAPTCHA plugin
If I add <?php echo recaptcha_get_html($publickey, $resp->error,$request_type == 'SSL'); ?> to my tpl_mega_menu.php file and upload it then captcha only works in the contact us on the main bar. If I remove it then everything works except the one on the main bar.
Re: Support Thread for Google reCAPTCHA plugin
Hello,
I have the captchacode
<?php echo recaptcha_get_html($publickey, $resp->error,$request_type == 'SSL'); ?> in the following file:
includes/templates/template_default/templates/tpl_contact_us_default.php
and it works when the the contact us page is displayed in full.
Your file may be in a different directory if you are using a customised template. Search for the page that contains the text "Please feel free to use the Contact us section with questions or suggestions" to find your contact page that needs the captcha code.
I hope this helps.
Best wishes
Tog
Re: Support Thread for Google reCAPTCHA plugin
Hello, Now I see that you have it on the full contact us page but not on the pop up contact form (do you really need the pop up form as well as the full contact us page?)
If you still need the pop up form then search for your page that contains the words: "Please send us a short message" and add the captcha code to that page too.
Regards
Tog
Re: Support Thread for Google reCAPTCHA
Does this Google CAPTCHA plugin work with v1.53? I've just upgraded to 1.53 and my old CAPTCHA stopped working.
Re: Support Thread for Google reCAPTCHA
Quote:
Originally Posted by
HeyIts007
Does this Google CAPTCHA plugin work with v1.53? I've just upgraded to 1.53 and my old CAPTCHA stopped working.
Should be fine with 1.5.3