Page 2 of 19 FirstFirst 123412 ... LastLast
Results 11 to 20 of 186
  1. #11

    Default Re: CAPTCHA Anti-Robot Mod

    Sorry it took me a few days to respond to you. I thought I had subscribed to this thread when I posted in it . I changed that to 95 and it looked great on the create account page. but still had one letter on the first line on the contact us page. I played around with numbers and 99% fixed it fine on all the pages I see it on currently. Thank you for the help

  2. #12
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Hi, I just installed this and I'm having the same problem as FunkyPapa. I adjusted the "inputlabel" and changed it to 99% which fixed the layout problem on the create account page, but it is still an issue on the tell a friend and contact us pages... Anyone know what part of the CSS needs to be adjusted to fix these pages?

  3. #13
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by ehinchman View Post
    Hi, I just installed this and I'm having the same problem as FunkyPapa. I adjusted the "inputlabel" and changed it to 99% which fixed the layout problem on the create account page, but it is still an issue on the tell a friend and contact us pages... Anyone know what part of the CSS needs to be adjusted to fix these pages?
    A link to your site would be helpful in finding an answer for you.

  4. #14
    Join Date
    Jul 2010
    Location
    My heart will always be in the NorEast
    Posts
    106
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Just loaded this on a test site and the one issue I found was the captcha div does not show when registering on first try. It does redirect back showing the proper error and then the captcha div and all appropriate fields show to be entered.

    http://www.kroghfamilyranch.com/cart if you want to see

    just fyi.

  5. #15
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by richphitzwell View Post
    Just loaded this on a test site and the one issue I found was the captcha div does not show when registering on first try. It does redirect back showing the proper error and then the captcha div and all appropriate fields show to be entered.

    http://www.kroghfamilyranch.com/cart if you want to see

    just fyi.
    It was setup to use the Split Login Page. Turn that on and you will be ok. I'll add it to the login page without split login in the next release.

    Thanks for the info.

  6. #16
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by richphitzwell View Post
    Just loaded this on a test site and the one issue I found was the captcha div does not show when registering on first try. It does redirect back showing the proper error and then the captcha div and all appropriate fields show to be entered.

    http://www.kroghfamilyranch.com/cart if you want to see

    just fyi.
    After looking over that part of the Code, there is quick fix for this if you do not want to use the Split Login Screen.

    Look for this in includes/templates/YOUR-TEMPLATES/tpl_modules_create_account.php around line 189:
    Code:
    <?php
    if (strstr($_SERVER['REQUEST_URI'],'create_account') && CREATE_ACCOUNT_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') { 
    ?>
    Change it to this
    Code:
    <?php
    if (strstr($_SERVER['REQUEST_URI'],'create_account') && CREATE_ACCOUNT_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && CREATE_ACCOUNT_VALIDATION == 'true') { 
    ?>
    In the next release, I will make this a toggle as well.

  7. #17
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Just wanted to say, thanks for the contribution.
    It was a breeze to install and, it works!

  8. #18
    Join Date
    Jul 2010
    Location
    My heart will always be in the NorEast
    Posts
    106
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Agreed, and thanks for letting us know the code for non split screen.

  9. #19
    Join Date
    Aug 2010
    Location
    Cebu, Philippines
    Posts
    21
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    This mod works great on such pages as Contact Us, but there's no Captcha image or input area showing up on the main login/register page. http://www.tarbstrading.com/index.php?main_page=login
    How do I add a Captcha there?

    (It's ZC 1.3.9f btw.)

  10. #20
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by JayMot View Post
    This mod works great on such pages as Contact Us, but there's no Captcha image or input area showing up on the main login/register page. http://www.tarbstrading.com/index.php?main_page=login
    How do I add a Captcha there?

    (It's ZC 1.3.9f btw.)
    Look back up 3 to 4 messages.

 

 
Page 2 of 19 FirstFirst 123412 ... LastLast

Similar Threads

  1. User Verification (Anti-Robot / CAPTCHA)
    By funkey in forum All Other Contributions/Addons
    Replies: 191
    Last Post: 6 Oct 2014, 08:12 PM
  2. CAPTCHA Anti-Robot Registration v1.4 for ZC v1.5 -- support thread
    By Joseph_Greely in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 4 Jul 2013, 09:35 PM
  3. v151 CAPTCHA Anti-Robot Registration v1.4
    By Razzinator in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 5 Mar 2013, 04:45 PM
  4. CAPTCHA Anti-Robot
    By New Directions in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jun 2010, 03:36 AM
  5. CAPTCHA Anti-Robot Registration module
    By oxicottin in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2008, 09:35 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR