Page 1 of 1
Password Protect Guestbook
Posted: 01 Feb 2013, 00:19
by Enforcer
Is there a way to password protect my websites guestbook? I want to keep the general public from reading what our group says in the guestbook. Thanks
Re: Password Protect Guestbook
Posted: 05 Feb 2013, 21:52
by Jan
Hi, you can set that only registered users can add a post but for displaying posts, there are no rules, so this needs to be customized in the code (check if the user is registered and if not - not display the posts - this can be done by some if clause in php)
Jan