Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • The topic ‘Duplication’ is closed to new replies.