WP-NotCaptcha
NotCaptcha for Wordpress - plugin WP-NotCaptcha
Plugin adds NotCaptcha checking to commenting and user registration forms.
See an example of plugin work on this page.
- To setup the plugin download archive WP-NotCaptcha
- Edit file /lib/notcaptcha_config.php (it is especially important for safety to change code ‘notcaptcha_key’)
- Copy all directory wp-notcaptcha to server into /wp-content/plugins/
- Activate plugin in Plugins section of your blog.
If pictures are displayed after the button “Send comment” and you don’t like this – edit file comments.php of your theme. Find a line
“<?php do_action(’comment_form’, $post->ID); ?>”
in it and move it some lines higher. You may place it right above the tag <textarea…>
Save the file and upload it back to server. Now pictures will be displayed above the textarea of the comment.