12 Jun 2009, 16:56
Guestbook will certainly be optional. I presume it will be a textpage module, similar to the contactform ... or it could be an independent filemod.
I think we will be integrating it with the rebuilding of the admin we are planning. It will most likely be part of a new "modules" section: Modules -> Guestbook. The guestbook data will simply be saved in a single XML file, and the entries can be edited from from the admin.
We will keep it very simple, and I believe it shouldn ´t be too many headaches ... While we ´re at it, why not look at the technical side of it - The guestbook would generally have a form with name, email(optional), message, and then a "submit" button and an optional "view guestbook" button for those who don ´t want to add an entry. For those adding an entry, they will be taken to the guestbook after submitting, and they will see their entry at the top.
Data saved in XML:
name(with max chars)
email(optional, with max chars)
message(with max chars)
datestamp(added from server)
Any comments?