Recent Topics

1 Mar 08, 2009 15:33    

My b2evolution Version: 2.x

Hi.
I would like to know if it is possible to get out the e-mail fild in the comments page, because i don't want people to be obliged to give their e-mail if they want to comment my posts.
Is there any way to do this?
Tahnks
Luís Alves

2 Mar 08, 2009 15:48

In one of the /conf/ files ( _advanced.php I *think* ) there's a setting called $require_name_email .... or summat like that, just set it to false ;)

¥

*edit*
Damn I'm so cool ... almost, right file, right variable ... and I'll claim false will work anyway, but it should be 0

/**
 * 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;


Form is loading...