Linux 软件免费装
Banner图

Slider CAPTCHA

开发者 vaurdan
jpargana
playoutpt
sandrof
更新时间 2014年9月4日 22:29
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 4.0
版权: GPLv3
版权网址: 版权信息

标签

secure plugin comments form captcha spam security login registration responsive slider jquery anti-spam comment ui antispam password reset jquery-ui

下载

0.5 0.5.1 0.5.2 0.5.3 0.5.4 1.0.1 1.1 1.1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.4 1.4.1 1.4.3 1.4.4 1.0 1.4.2

详情介绍:

Using Slider CAPTCHA, you can replace or add a CAPTCHA to your WordPress forms. By default, Slider CAPTCHA will add a CAPTCHA to your templates' comment form. You can also add sliders to the Registration form, Password Recovery form and the Login form. Besides, you can use the slider_captcha() function to insert a Slider CAPTCHA wherever you want, and fully costumize it. With our brand new Settings page, you can now fully custumize every Slider on your WordPress installation and live preview the result. In the upcoming version, you will be able to create your own slider. At the moment, if you want to create your own custom slider you should use the slider_captcha(). Check the FAQ for more info. Current possible Slider CAPTCHA locations:

安装:

  1. Install Slider CAPTCHA either via the WordPress.org plugin directory, or by uploading the files to your server (/wp-content/plugins/)
  2. Activation can be made in 'Plugins' menu
  3. Configure and enable the sliders you want to have on your website.
  4. Have fun.
Did you know... If you can't see any CAPTCHA on your Comment's page, you must edit comments.<?php of your template and add the following code in the position that you want to have your CAPTCHA. <?php if(function_exists('slider_captcha')) slider_captcha('comments'); ?>

屏幕截图:

  • The default slider on the WordPress Twenty Fourteen theme.
  • Settings panel
  • The live preview
  • Export options

升级注意事项:

= Update now! Version 1.3 released =\ Now with MailPress support!

常见问题:

I've activated the plugin, but I can't see any CAPTCHA... What can I do?

That's probabily because of the way your theme is built. You will have to edit your comments.php of your template and add the following code in the position that you want to have your CAPTCHA. <?php if(function_exists('slider_captcha')) slider_captcha('comments'); ?> Be sure that your theme is calling wp_head() and wp_footer() functions.

What if I want to add another Slider? Can I costumize it?

Yes, at the moment you have four places where you can place automatically your Slider CAPTCHA. On the other hand, you can use it in Contact Form 7 and wherever you want with Custom Slider options.

  • The comment form, enabled by default;
  • The user registration form;
  • The lost password form;
  • The user login form;
  • Wherever you want, just use export code into any template or in content editor.
You can costumize each of this sliders, or use the General Settings to have your settings all across your sliders.

How do I change the appearence of the comment form Slider Captcha?

If you want to change the appearance of your default CAPTCHA, you can play with the settings panel.

I can't see Sliders on the Login/Registration/Password Lost page... What is the problem?

If you are not seeing the sliders, probabily they are disabled on the settings page. If you still can't see any slider after the activation, please submit a support thread so we can help you.

Oh dear, I've updated from 0.5 and my custom sliders are with a weird look/behave. What should I do?

One of the changes from the 0.5 to the 1.0 was the slider_captcha() function. We added an new argument and the function signature is now slider_captcha($slider_name = 'general', $container = 'p', $settings = null). Because of that, you may have to add a new argument on the first position, with the name of your slider. Also, the name of the $params keys also have changed. Please verify if your$params` array is updated.

更新日志:

1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3.3 1.3.2 1.3 1.2 1.1.1 1.1 1.0.1 1.0 0.5.4 0.5.2 0.5.1 0.5