It fixes some references to moved files and a Javascript warning occuring when the WYSIWYG is used on the Guestbook form.
When upgrading the module from 1.1.6 to 1.1.7, use the Guestbook admin to restore the "Form Template" to default, or add
Code: Select all
{if !$wysiwyg} {/if}
Code: Select all
addEvent(window, 'load', addListeners, false);
This is not applicable when you do a new module install or upgrade from an earlier version than 1.1.6 because then the "Form Template" will be restored to default by the install/upgrade.
Guestbook-1.1.7 can be downloaded here (or installed through ModuleManager).
Changelog:
* fixed references to old location of class.GuestbookFrontend.php and class.GuestbookSmileyHandler.php (which were moved from lib/classes to lib/classes/module)
* Fixed JS warning, only add event for window onload when addListeners is defined (if WYSIWYG is not used).