I didn't know this was enabled, until a visitor informed me. How do I remove this function so that visitors can post comments without having to leave their email?
open /conf/_advanced.php and on line 72, you'll see this :
/**
* Comments: Set this to 1 to require e-mail and name, or 0 to allow comments without e-mail/name.
* @global boolean $require_name_email
*/
$require_name_email = 1;
open /conf/_advanced.php and on line 72, you'll see this :