Recent Topics

1 Dec 10, 2005 07:47    

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?

2 Dec 10, 2005 09:30

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;

3 Dec 10, 2005 10:33

oops, I think I stuffed it up :S.

I got this error:

Parse error: parse error, unexpected T_IF in /home/miso/public_html/b2/conf/_advanced.php on line 1

4 Dec 10, 2005 20:08

you have a space or blank line on line one ??


Form is loading...