What I mean is:
The guest signs the guestbook, after submission, the guestbook says there is a new entry but NO information is visible at all including name or from.
The admin then clicks on the entry, enters the email and then can click allow or block. This will ensure the script is safe for sites visited by children as well as other possibilities.
This could be a setting in the settings.php file such as
Code: Select all
/* Moderate guestbook, nothing visible until approved? 1 = YES, 0 = NO */
$moderate['use_mod']=1;