I am looking at adding this usefull hack to my forum but just need to check something.
running these queries as they are give me an error because I have a prefix on my forum of vb3_. I can edit the queries with no problem, but how much on the edited code do I also need to edit to get this to work, I can see a few references to 'usergroup[arcademinposts]' which I assume need editing, but what about the references to $usergroup['arcademinposts'] ??
regards
keith
REF: queries that fail
ALTER TABLE `usergroup` ADD `arcademinposts` INT( 11 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `usergroup` ADD `arcademintime` INT( 11 ) DEFAULT '0' NOT NULL ;
|