Recent Topics

1 Sep 23, 2006 09:11    

Hello there :-)

I have only a little question. I am not sure about it so I better ask before I create a chaos *ggg*

I would like to change the setting for the comment form, so that there is

1. no need to fill in name and Email (function required fields --> which lines do I have to change? Not that I delete too many lines *ggg*)

or option 2:

2. Can I specify a name and Email for not registered Users somewhere in the script? If so... where can I find it and how can I change it?

Thanks a lot for your help :-)

Vicky

2 Sep 23, 2006 13:23

conf/_advanced.php, find and change this bit :-

/**
 * 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 Sep 23, 2006 13:26

Some things ar sooooo EASY!!!

THANK YOU!!! :-)

Vicky


Form is loading...