Ok I have two questions...one in the databas quiery it says ...// Adds fields to forum table called banner and bannerlink.
Run Query:
ALTER TABLE `forum` ADD `banner` VARCHAR( 50 ) NOT NULL AFTER `description` ;
ALTER TABLE `forum` ADD `bannerlink` VARCHAR( 250 ) NOT NULL AFTER `banner`
So these are to be one field line correct?
And my other question is it says Add these phrases:
are these to be global? or what? Thanks.
|