adding mod problem
i just leased vbulletin for a year and got some sweet mods i wanna install but i don't understand when they say Run the following queries.. they say its in the forum database using phpmyadmin but i have no idea on how to do it.. all i get is something like this in the readme..
ALTER TABLE user ADD pettype int(3) NOT NULL
ALTER TABLE user ADD petname varchar(25) NOT NULL
ALTER TABLE user ADD petgender int(3) NOT NULL
ALTER TABLE user ADD petowned int(3) NOT NULL default '0'
|