Feature Request 1 - Moderated entries.

Everything related to GBook PHP guestbook
Post Reply
deess
Posts: 3
Joined: Wed Dec 31, 2008 9:28 am

Feature Request 1 - Moderated entries.

Post by deess »

would it be possible to give the guestbook the ability for moderation?

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;
[/b]
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Will be definitely added in the future, but can't give any timelines.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
deess
Posts: 3
Joined: Wed Dec 31, 2008 9:28 am

Post by deess »

Great, Thanks
jcwalpole
Posts: 1
Joined: Thu Apr 09, 2009 2:02 pm

Have something Similiar

Post by jcwalpole »

I have modified the script to do something similiar for my customer. They wanted the name and location to be displayed but the actual post to be hidden and in it's place put "This comment has not yet been approved." as a hyperlink to the approval page. I also made it so that they can choose to individual show or not to show. URL, Email.

It involves some new functions to be added to the script. I can package them up and post if you like.

You can see it at http://www.olmcfeast.com/gbooksql/
Post Reply