• I would like to have people reply to my posts without having them leave their name, e-mail and website. Is this possible?
    I thought I could take of this in the Options/Discussion Tab,
    Before a comment appears: Comment author must fill out name and e-mail. I unchecked this and its still showing up! Can someone please help me?

Viewing 1 replies (of 1 total)
  • When you do that, you should be able to post a comment without entering any of the details (name will appear as Anonymous). If you want to get rid of the actual boxes asking you to input stuff, you’ll have to go to Presentation > Theme Editor > Comments and remove the actual code that makes them appear. At guess, I’d say if you take out the following lot you’ll be good (though there is some login code just above that might be connected / mess things up)…

    <?php else : ?>
    
    <p><input type=\"text\" name=\"author\" id=\"author\" value=\"<?php echo $comment_author; ?>\" size=\"22\" tabindex=\"1\" />
    <label for=\"author\"><small>Name <?php if ($req) echo \"(required)\"; ?></small></label></p>
    
    <p><input type=\"text\" name=\"email\" id=\"email\" value=\"<?php echo $comment_author_email; ?>\" size=\"22\" tabindex=\"2\" />
    <label for=\"email\"><small>Mail (will not be published) <?php if ($req) echo \"(required)\"; ?></small></label></p>
    
    <p><input type=\"text\" name=\"url\" id=\"url\" value=\"<?php echo $comment_author_url; ?>\" size=\"22\" tabindex=\"3\" />
    <label for=\"url\"><small>Website</small></label></p>
Viewing 1 replies (of 1 total)
  • The topic ‘Leave a reply without leaving name, e-mail and website info’ is closed to new replies.