3
i'm glad you are still improving the module cats.
i've upgraded to your newest version, and found 2 things no working:
1) i lost all my previous guestbook records (i am upgrading from version 2.1 to 2.2). i found out it is caused by the upgrade script is hardcoded as follow:
ALTER TABLE `xoops_xfguestbook` RENAME `xoops_xfguestbook_msg`;
ALTER TABLE `xoops_xfguestbook_msg` CHANGE `xfguestbook_id` `msg_id` INT( 11 ) NOT NULL AUTO_INCREMENT;
ALTER TABLE `xoops_xfguestbook_msg` ADD `photo` VARCHAR(25) default NULL;
my XOOPS tables have been changed to not using xoops_ as the prefix (as suggested by the gijoe on security issue, so i have changed it). note: i'm really worried actually by changing the prefix name, will i have the similar issue later for any upgrade on other modules...
2) on the 'newest guestbook' block, i need to change:
<{$smarty.const._MI_XFGB_BNAME1}>to
<{$smarty.const._MB_XFGB_GOTOGB}>to make it work. as the available const in that block is _MB_XFGB_GOTOGB as you specified in the blocks.php.