are you sure this query is correct?
PHP Code:
ALTER TABLE forum ADD forceusepostprefix SMALLINT(6) DEFAULT '1' NOT NULL;
'censor' isnt stated anywhere, and my forum gives me an error when i try to tell it to censor words in a certain forum. it tells me
PHP Code:
Database error in vBulletin Control Panel 2.2.6:
Invalid SQL: UPDATE forum
SET
styleid='1', title='General Discussion', description='',
active='1', displayorder='99', parentid='-1', parentlist='45,-1',
allowposting='0', cancontainthreads='0', daysprune='30',
newpostemail='', newthreademail='',
moderatenew='0', allowhtml='0', allowbbcode='0',
allowimages='0', allowsmilies='0', allowicons='0',
styleoverride='0', allowratings='0', countposts='1',
moderateattach='0',censor='1'
WHERE forumid='45'
mysql error: Unknown column 'censor' in 'field list'
mysql error number: 1054
I did note that the changes between 2.2.6 and 2.2.8+ are that instead of 'subject' they use 'title'. For the rest its all applicable