Mr. Blogger
Member
Posted 10 months ago #
http://myblogger.co/2011/07/happy-4th-of-july/
You can see in the comments for the Captcha it duplicates itself... I can't find a way to remove the duplicated one. I tried uninstalling/reinstalling the plugin but that didn't work.
[No bumping, please.]
justwalk
Member
Posted 10 months ago #
Hello Mr. Blogger,
1) Open the plugins/captcha/captcha.php
2) // lines 178 and 179
`if( version_compare($wp_version,'3','>=') ) { // wp 3.0 +
//add_action( 'comment_form_after_fields', 'cptch_comment_form');
//add_action( 'comment_form_logged_in_after', 'cptch_comment_form');
}`
3) The upper Captcha-Box should be removed - please do not ask me if this makes overall sense. For sure I am using a version of WP above 3.0 but... well... don't know - now it works. If you try remove the else-condition (line 181: // for WP before WP 3.0) the other box disappears but there is no functionality for it...
Hope I helped - have a nice weekend