Or he could type "Anonymous". Sheesh.
If one believes that those wishing to post as Anonymous should have the privilege of not having to type anything at all, I would do it like this:
// Name is required
$_POST["name"] = $_POST["name"] ? $_POST["name"] : "Anonymous";Just add that one line below the comment line at line 49 in includes/post.php.
Waiting for the bitching about tripcodes next...
Err..
$_POST["name"] = $_POST["name"]=="" ? $_POST["name"] : "Anonymous";
Thanks for your defense, btw. I don't really want to be drawn into his holy war.