I can't find the changes to add the Mambo It-link to threads, did you include that bit?
I've also written alter table queries to update an existing Mambo database:
<br />ALTER TABLE `mos_articles` ADD `board` varchar(10) NULL default 'na';<br />ALTER TABLE `mos_articles` ADD `post` int(15) NULL default '0';<br /><br />ALTER TABLE `mos_stories` ADD `eventdate` date NULL default '';<br />ALTER TABLE `mos_stories` ADD `monthid` varchar(6) NULL default '';<br />ALTER TABLE `mos_stories` ADD `board` varchar(10) NULL default 'na';<br />ALTER TABLE `mos_stories` ADD `post` int(15) NULL default '0';<br />ALTER TABLE `mos_stories` ADD `threads_number` int(15) NULL default '0';<br />
I'll get started on getting your mambo scripts to work now, I'll get back to you later.