Quote:
Originally Posted by sv1cec
Run the following queries to add the missing fields in your table (remember to change them to use your prefix):
ALTER TABLE `warning_options` ADD COLUMN textbutoption char(10)
ALTER TABLE `warnings` ADD COLUMN caused_ban char(1)
ALTER TABLE `post` ADD COLUMN warn_flag int(5) default 0
ALTER TABLE `userban` ADD COLUMN reason mediumtext
Run these and see if everything goes OK. I'll be uploading a new upgrade_warn.php script in a while.
Rgds
|
Thanks sv1cec,
I had already added the missing tables in the testboard (usually prefer to test hacks first), I've some different datatypes, but it seems to work though.
It's possible to warn again for the same post even when this is set to no. Is this related to wrong datatypes or is it another glitch?
My overall impression of this hack: great job!