Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 69
  1. #41
    Join Date
    Feb 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Still having issues as well.

    1) All CAPTCHA images render properly.

    2) Contact Us - CAPTCHA works, no login required.

    3) Tell a Friend - CAPTCHA works, no login required.

    4) Write a Review - still gets a LOGON page with CAPTCHA.

    Does something else need to be set for a guest to Write a Review???

    Thanks,

    -Rich

  2. #42
    Join Date
    Apr 2009
    Posts
    155
    Plugin Contributions
    1

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Hi, rlexyd!

    Just wanted to say thanks for a great mod! I've been looking for a good captcha script and this definitely fit the bill. I know your readme says it isn't your code, but I appreciate the effort you went to in order to save us all some trouble. Kudos to Andrew as well for his original work. Great stuff!

    Thank you again! :)
    [FONT="Verdana"]If you want something done right, you have to get Zenned.
    ♥~-My Zen Cart Mods-~♥[/FONT]

  3. #43
    Join Date
    Jul 2006
    Location
    Manchester
    Posts
    138
    Plugin Contributions
    1

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    I have an issue with Tell-A-Friend function.

    Full details here: http://www.zen-cart.com/forum/showthread.php?t=179461

    I'm just checking all the options and wondered whether Captcha on that form was causing the problem.

    If anyone here has any thougths about possible conflicts please let me know.

    Meanwhile I'll keep hunting elsewhere.

    "Why dumb down when we can rise up?" Worldmaker / BonDevZone Store

  4. #44
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Mod worked well. Here is a new button I used instead. I set mine at 240 x 36, the button is 36 px
    Attached Images Attached Images  

  5. #45
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Question. Shouldn't CAPTCHA be turned off once you're logged in? I don't see the point of making logged user fill it out for writing reviews and telling a friend.

  6. #46
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    When I filled out the Contact Us form and tested it with the wrong CAPTCHA code the pagr refreshed and kept the info


    I tested it with Write Review and Tell A Friend it did not
    Last edited by willie bee; 8 May 2011 at 12:33 AM.

  7. #47
    Join Date
    Jul 2006
    Location
    Manchester
    Posts
    138
    Plugin Contributions
    1

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Quote Originally Posted by willie bee View Post
    Question. Shouldn't CAPTCHA be turned off once you're logged in? I don't see the point of making logged user fill it out for writing reviews and telling a friend.
    There's always the possibility a spammer will create an ID to log in and use your system with that account. So keeping the Captcha for registered users is one small deterrent/security feature worth retaining.

    Also in my version of Tell-A-Friend form I've removed the message box to prevent spammers using it to spread information. The system now sends a friendly standard invitation to check out the product.

    "Why dumb down when we can rise up?" Worldmaker / BonDevZone Store

  8. #48
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Quote Originally Posted by worldmaker View Post
    there's always the possibility a spammer will create an id to log in and use your system with that account. So keeping the captcha for registered users is one small deterrent/security feature worth retaining.

    Also in my version of tell-a-friend form i've removed the message box to prevent spammers using it to spread information. The system now sends a friendly standard invitation to check out the product.

    share or u fail!

  9. #49
    Join Date
    Jul 2006
    Location
    Manchester
    Posts
    138
    Plugin Contributions
    1

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Try this.

    STEP (1)
    (root)\includes\templates\(your_template)\templates\tpl_tell_a_friend_default.ph p

    Remove the box....

    <label for="email-message"><?php echo FORM_TITLE_FRIEND_MESSAGE; ?></label>
    <?php echo zen_draw_textarea_field('message', 30, 5, '', 'id="email-message"'); ?>
    <br class="clearBoth" />

    Replace with....

    <p>(Simple friendly instruction on the page.)</p>

    This alters the page on the store site to replace the message box with a simple, friendly note.


    STEP (2)

    (root)\includes\languages\(language)\(your_template)\tell_a_friend.php

    Edit the define() statements as desired for the output message.

    ------

    I can't show you my site yet as it's down for upgrade.

    Last edited by worldmaker; 8 May 2011 at 09:13 AM.
    "Why dumb down when we can rise up?" Worldmaker / BonDevZone Store

  10. #50
    Join Date
    Feb 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Support Thread UPDATED: Reviews by Guest & CAPTCHA using TTF & GD for Zen-Cart v1

    Quote Originally Posted by reefland View Post
    Still having issues as well.

    1) All CAPTCHA images render properly.

    2) Contact Us - CAPTCHA works, no login required.

    3) Tell a Friend - CAPTCHA works, no login required.

    4) Write a Review - still gets a LOGON page with CAPTCHA.

    Does something else need to be set for a guest to Write a Review???
    *sigh* - finally figured out. I did not remove the following code from the \includes\modules\pages\product_reviews_write\header_php.php

    Code:
    if (!$_SESSION['customer_id']) {
      $_SESSION['navigation']->set_snapshot();
      zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
    }
    Working as advertised now. There are several differences between 1.39h and the page included in this products download. Hard to figure out which differences need to be ignored and which need to be included.

 

 
Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. Captcha using TTF & GD
    By a_berezin in forum All Other Contributions/Addons
    Replies: 592
    Last Post: 30 Dec 2016, 12:02 PM
  2. CAPTCHA using TTF & GD - not working
    By derrr99 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Dec 2010, 04:05 PM
  3. Replies: 13
    Last Post: 2 Jun 2008, 03:29 PM
  4. Captcha using TTF & GD & Tel Not Required (how do I Avoid Overwrites?)
    By CelticKatt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 8 Apr 2008, 04:18 AM
  5. Can CAPTCHA Using TTF & GD be installed in check out?
    By Lainee in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 May 2007, 04:53 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