Slider Captcha

Slider Captcha 2.6.2

No permission to download

Tan Tran

Well-known member
LeoTran submitted a new resource:

Slider Captcha - Just another Captcha addon for Xenforo. Swipe to verify!

An alternative anti-spam bots addon for Xenforo. This addon is using the jQuery UI Slider Captcha by João Pargana - https://github.com/ist-dsi/jquery-ui-slider-captcha

To activate this captcha, visit your Xenforo Admin > Options > User Registration > Choose "Slider Captcha"View attachment 88095
View attachment 88093
View attachment 88094
View attachment 88096

HOW TO INSTALL

You can use the...

Read more about this resource...
 
Is the javascript only used (sent to the browser) on the pages where the slider appears, or will it output for all XF pages?
 
From the GitHub page; "The slider is totaly functional in all modern browsers. Slider is full responsive and can be used in touch devices."
What if someone with an older browser goes to register? Is there a conditional for non modern browsers?
 
Just installed it twice and I can't get the slider to show. It just shows a blank space. Option is set in User Registration and Spam Management. Suggestions?
 
Slider jquery is not loading properly on your website.

Please edit the "captcha_slidercaptcha" template and replace
HTML:
<xen:require js="js/SliderCaptcha/jquery-ui.min.js" />
<xen:require js="js/SliderCaptcha/jquery.ui.touch-punch-improved.js" />
<xen:require js="js/SliderCaptcha/slider-captcha.min.js" />
with
HTML:
<xen:require js="js/slidercaptcha/jquery-ui.min.js" />
<xen:require js="js/slidercaptcha/jquery.ui.touch-punch-improved.js" />
<xen:require js="js/slidercaptcha/slider-captcha.min.js" />

Then Save.
 
Slider jquery is not loading properly on your website.

Please edit the "captcha_slidercaptcha" template and replace
HTML:
<xen:require js="js/SliderCaptcha/jquery-ui.min.js" />
<xen:require js="js/SliderCaptcha/jquery.ui.touch-punch-improved.js" />
<xen:require js="js/SliderCaptcha/slider-captcha.min.js" />
with
HTML:
<xen:require js="js/slidercaptcha/jquery-ui.min.js" />
<xen:require js="js/slidercaptcha/jquery.ui.touch-punch-improved.js" />
<xen:require js="js/slidercaptcha/slider-captcha.min.js" />

Then Save.
That did the trick!
 
Top Bottom