• Resolved valmo926

    (@valmo926)


    Hi, I just installed the plugin on our site a few days ago:

    http://www.writersonthebrink.com/

    And the password field isn’t displaying. I’ve tried different browsers and I’ve tried clearing my cache, but still no field. I know of one other person this happened to as well, though some of our regular commenters seem to be getting their comments through without any problem. Can you please help us? Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Todd Lahman

    (@toddlahman)

    Open the comments.php file in the editor and find this line:

    <p><input type="text" name="url" id="url" value="" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p>

    Just after that line add this line:

    <?php if(function_exists ('tl_spam_free_wordpress_comments_form')) { tl_spam_free_wordpress_comments_form(); } ?>

    As described here:

    http://wordpress.org/extend/plugins/spam-free-wordpress/installation/

    Another option would be to read the instructions for WordPress 3.0 and Above on the installation page, which would give you a lot more options later.

    Also, be sure to upgrade from WordPress 3.0.1 to WordPress 3.2 to take full advantage of the coming features in Spam Free WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘configuring my comments.php’ is closed to new replies.