Results 1 to 10 of 694

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    102
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Ah, ok... time to look at it again.. perhaps if I took it out of the mega-menu altogether and had it as just a straight sidebox link, might be better...

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by AfterHouR View Post
    Ah, ok... time to look at it again.. perhaps if I took it out of the mega-menu altogether and had it as just a straight sidebox link, might be better...
    That is one option, the issue is that a fully functional contact us form is present in the megamenu that does not (out-of-the-box) provide any "catch"/check before sending the information on to be processed. There are a number of ways to overcome that, but the link that is on the last menu-bar option is okay to keep in regards to "removing contact us from the mega-menu".
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Dec 2007
    Posts
    102
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    I have bypassed the mega-menu link in the drop down menu and just use it as a redirect link, to Zens own contact us page but I still seem to be getting spam :-/ time to walk away and look at it again tomorrow, perhaps I can see clearer then..

  4. #4
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    ver. 1.5.1 trouble for ask_question page
    add only the line <?php echo recaptcha_get_html($publickey, $resp->error, $request_type == 'SSL'); ?> to tpl_ask_a_question_default.php (don't work)
    add also to modules/pages/ask_a_question/header_php.php (don't work)
    http://www.100asa.it/ask_a_question?products_id=4175
    where is wrong?

  5. #5
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default 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

  6. #6
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default 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 )

  7. #7
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default 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

 

 

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg