-- RahulMundke - 21 Nov 2003
Where is the Plugin package?
-- PeterThoeny - 21 Nov 2003
Looks like nothing is happening here. I am currently thinking about writing this Plugin using the DatabasePlugin. Displaying the Guestbook is easily possible using the standard functionality of the DatabasePlugin.
For writing to the Guestbook database I added a new function to the DatabasePlugin, but I get in trouble using the combination of %DATABASE_SQL_EXECUTE% and %URLPARAM%. I can't find a way how to handle special characters like single quotes.
Therefore I tend to write a new CGI to write to the Guestbook, maybe using a (not yet existing) function in the DatabasePlugin to get a database handle.
Smilies should be insertable by clicking on them.
-- FrankZimper - 27 Dec 2004
I wrote a simple guestbook web using an include based on the users' home page. See http://wiki.conceptmapping.org/People/MartinCleaver, and the http://wiki.conceptmapping.org/GuestBooks/WebHome web.
-- MartinCleaver - 28 Dec 2004