Can anyone advise me on how to use this add-on with 'ask a question'? I am having a hardtime with spam from 'ask a question'
Thanks for any help
Can anyone advise me on how to use this add-on with 'ask a question'? I am having a hardtime with spam from 'ask a question'
Thanks for any help
Just installed anti-robot captcha mod, and believe there are a couple bugs.
1) several places, LOGIN_VERIFICATION is referred to. Thus, need following in sql:
2) In tpl_modules_create_account.php, I think:Code:INSERT INTO configuration ( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function ) VALUES ( 'Activate Validation on Login page', 'LOGIN_VALIDATION', 'true', 'Enables verification on Login page. (Recommended)', @captchaid, 20, NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),' );
should be just:Code:if (strstr($_SERVER['REQUEST_URI'],'create_account') && CREATE_ACCOUNT_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') {
Am I missing something else?Code:if (CREATE_ACCOUNT_VALIDATION == 'true') {
Followup to prior post - ignore that.
Rather, I think LOGIN_VALIDATION needs to be removed completely. In tpl_modules_create_account.php:
and in tpl_contact_us_default.php:Code://if (strstr($_SERVER['REQUEST_URI'],'create_account') && CREATE_ACCOUNT_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') { if (CREATE_ACCOUNT_VALIDATION == 'true') {
Code://if (strstr($_SERVER['REQUEST_URI'],'contact_us') && CONTACT_US_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') { if (CONTACT_US_VALIDATION == 'true') {
I've recently upgraded to 1.3.9h and installed Captcha 1.3 for 1.3.9h
I'm using a custom template that was purchased for 1.3.8 but looks to be working properly in all ways but one for Captcha and cart functionality.
I've gotten the tell_a_friend and contact_us pages correctly displaying the captcha validation images, but not the login page when I click "My Account".
If I have Split Login turned off, the captcha text does not display on the main_page=login page, but a test submission for a new account says "You have entered an incomplete or incorrect validation (CAPTCHA) code.", but now properly displays captcha text at the bottom of the page because it has forwarded to main_page=create_account.php
Does split login have to be turned on for this to work, or am I missing something obvious here?
Looks like dlcohenzc has the solution in 3 posts down.
There looks to be stray </fieldset> in the untouched classic template, and
tpl_tell_a_friend_default.php and tpl_modules_create_account.php seem to be lacking the </fieldset>
I just d/led the CAPTCHA Anti-Robot Registration v1.4 and
The readme file says;
--IMPORTANT!!! REGARDING the Installation SQL--
# In the admin_pages table line, 4th section down in the SQL:
# The page_params 'gID=31', and the sort_order '26' that you see in the 'admin_pages' table settings, are for EXAMPLE PURPOSES ONLY!!
# If you are doing a fresh Install of Zen-Cart v1.5.0, with no other Add-Ons, added as of yet, you may leave these numbers as set in the SQL. However, if you have added additional
# Add-Ons already or, made changes to this table, you will need to set those numbers to what the next setting would be for them, in Sequential Order.
I have already installed image manager and ckeditor addons.
Where do I get these two numbers to change the above gID and sort_order?
Me too, it's been going on for months and while this captcha works fine on the "Contact Us" page, it could really do with being included on the "Ask a Question" page.
Would it work to just copy some existing code into various pages such as "tpl_ask_a_question_default"? Would need to look more deeply to see which code, I'm really just a layman so if anyone has a more educated answer please can you help!
I have the same question about the testimonials. We are getting spam in the testimonials. Would appreciate knowing how to install on add testimonial page thanks. ver151.1