このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Really Simple CAPTCHA for cformsII

説明

Beginning with version 14.9.1 cformsII has pluggable captcha support. This plugin makes use of that by providing an implementation for the Really Simple CAPTCHA.

インストール

If there are missing dependencies, you should be notified on plugin activation.

FAQ

How can I configure the generated image’s parameters?

On the Dashboard, go to Settings submenu “Really Simple CAPTCHA for cformsII” and find settings for characters length, font size, image size, text color, background color and allowed characters.

評価

2018年10月8日
This works just fine. I'm not sure why the 1 star review. Installed. Then installed the plug-in that it utilizes. Choose 'really simple captcha' from 'type' in the fieldset dropdowns for your forms in form settings. Options are minimal but effective. If you can code stuff, then you can go into the file cforms2_really_simple_captcha.php and edit line 139 and rename the label from CAPTCHA to, say, 'Please Enter the info...' Ultimately I rearranged them like this so they flowed better. It's not super neat but it works. $req = '<label for="'.$input_id.'" class="secq"><span>Please enter the letters from the CAPTCHA window:</span></label>' . '<input type="text" style="margin-top:-10px; margin-right:5px; margin-bottom:4px; height:27px; width:100px;" name="'.$this->get_id().'" id="'.$input_id.'" ' . 'class="'.$input_classes.'" title="'.$input_title.'"/>' . '<img class="cforms2_really_simple_captcha_img" style="padding-top:5px; background:#565656" alt="CAPTCHA" src="'.$info['url'].'" />' . '<span class="dashicons dashicons-update captcha-reset"></span>' . '<input type="hidden" name="'.$this->get_id().'/hint" value="' . $info['hint'] . '"/>';
2件のレビューをすべて表示

貢献者と開発者

Really Simple CAPTCHA for cformsII はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Really Simple CAPTCHA for cformsII” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.3

  • enhanced: make configuration independent from cformsII (breaks the settings)
  • enhanced: correct Text Domain

1.2

  • enhanced: make compatible with cforms version 14.12.2

1.1

  • added: gettext support

1.0

  • added: animation on CAPTCHA reset to indicate activity

0.3

  • enhanced: adopt the cformsII 14.11 pluggable CAPTCHA API change
  • enhanced: it is possible to show more than one form with CAPTCHA on one site

0.2

  • added: CAPTCHA reset feature
  • bugfix: check for classes existing to not cause a fatal error

0.1

  • added: Really Simple CAPTCHA implementation for the cformsII pluggable
    captcha API