When comments are added to pictures I dont want people to have to enter their email address before it gets posted. How do I remove this along with the "website" field from the comments?
Ticket 18 has to do with comment moderation, basically Beta 3 will give the you the chance to put comments into moderation and approve them at your will. In order to accomplish what you asked about, you should make some simple edits.
First, remove the form fields from gallery.php, there is a function called display_comments() which produces this comment form. Line 940 - 947.
However my plog-comment.php file has a different setup this is lines 42-48
// redirect back to picture page if ($rv["errors"]) { // will this work? $_SESSION["comment_post_error"] = $rv["errors"]; }; header("Location: $redirect"); ?>