Recent Topics

1 Dec 15, 2005 00:03    

I need to be able to do one of two things, preferably the first.

1/ Make the email ALONE not be a requirement in posting comments.

2/ Be able to set a default email address in the text, and hide the email value, or set it as read only.

Thanks.

2 Dec 15, 2005 17:15

Open /conf/_advanced.php and find 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;

Change the 1 to a 0 and users can comment without entering an email address or name.


Form is loading...