** GENERAL cmsdAmGuest is the guestbook plugin for cmsdam. ** INSTALL - Extract cmsdamGuest tar file into CMSDAM plugins directory; - Modify cmsdamGuest config.php file to adjust to your CMS requisite - Install cmsdAmMediaSerializer plugin if it's not installed - Copy the JS list of functions into templates/static/js.js - Copy the CSS list of classes into templates/static/main.css - Modify templates/static/main.css to your needs - Import the default tables using guest.ddl file. Ex: cat guest.ddl | mysql -u db_user -p cmsdam_db NOTE: This will NOT destroy your old guestbook tables, so clean your old guestbook tables first!! NOTE2: If you change table name variables in config.php you must modify also guest.ddl It is a rewritten, modified version of phpbook 1.46, 2001, adapted for cmsdam. Phpbook is released under GPL, so we can use the software and integrate it into our project! It works very well for us, and have two flooding protections, one cookie-javascript based, and another IP based, so we can be quiet! ----------------------------------------------------------------------------- Thank you for using it! P.S. Read carefully COPYING file for license informations of this software!! Dino Ciuffetti - dam2k@users.sourceforge.net.