Jump to content

[MODULE] Slide captcha v2.5- PS 1.4/1.6


Recommended Posts

Modul ini menunjukkan slide (seperti di iphone) bahwa Anda perlu untuk menggulir untuk membuka form dan mengirim.
Berguna untuk menghindari bot tidak diinginkan dalam bentuk Anda.
Anda dapat menambahkan bentuk apapun di situs Anda.
Fitur:
Multilingual
Cross browser
Mudah digunakan
http://www.catalogo-...de-captcha.html
slide-captcha-prestashop-module.jpg

47448_tt0zlDa9o5eRLOElE5YO_t

Edited by shacker (see edit history)
Link to comment
Share on other sites

  • 7 months later...
  • 1 month later...
  • 4 weeks later...
  • 3 months later...
  • 2 months later...
  • 3 weeks later...
  • 1 month later...
  • 11 months later...
  • 2 months later...
  • 3 weeks later...

Thanks but I found it...

 

mysite/modules/slidecaptcha/jquery/QapTcha.jquery.css

 

I just made the changes I needed there.

 

This is a great captcha! I just would love it to be responsive, because that's why I aligned it left.

 

This slider captcha even works well on my crappy smart phone! Very nice indeed! Great work Shacker, thanks!

Edited by mandrin (see edit history)
Link to comment
Share on other sites

site is not online

I put the code like this:

{$HOOK_CREATE_ACCOUNT_FORM}
<fieldset class="account_creation">
<div class="exclusive">{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}</div>
</fieldset>
<p class="cart_navigation required submit">
<input type="hidden" name="email_create" value="1" />
<input type="hidden" name="is_new_customer" value="1" />
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
<input type="submit" name="submitAccount" id="submitAccount" value="{l s='Register'}" class="exclusive" />
<span><sup>*</sup>{l s='Required field'}</span>
</p>
After loading the registration form, field is displayed, but slidecaptcha not.
I make a mistake in registration (for example, entering a blank password), 
I press "Register" (reload site)
and slidecaptcha shows up and works.
Slidecaptcha is not work only the first time.

I mean, I have not error in Javascript. 

Link to comment
Share on other sites

  • 2 months later...

v2.4-compatible ps 1.6


site is not online

I put the code like this:

{$HOOK_CREATE_ACCOUNT_FORM}
<fieldset class="account_creation">
<div class="exclusive">{include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"}</div>
</fieldset>
<p class="cart_navigation required submit">
<input type="hidden" name="email_create" value="1" />
<input type="hidden" name="is_new_customer" value="1" />
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
<input type="submit" name="submitAccount" id="submitAccount" value="{l s='Register'}" class="exclusive" />
<span><sup>*</sup>{l s='Required field'}</span>
</p>
After loading the registration form, field is displayed, but slidecaptcha not.
I make a mistake in registration (for example, entering a blank password), 
I press "Register" (reload site)
and slidecaptcha shows up and works.
Slidecaptcha is not work only the first time.

I mean, I have not error in Javascript. 

is ps 1.6?

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 3 weeks later...
×
×
  • Create New...