ok issue. everytime i try to run the querry i get this:
Error
SQL query:
ALTER TABLE forum ADD (
forumhomeicon VARCHAR( 200 ) NOT NULL DEFAULT ''
)
MySQL said:
#1146 - Table 'aex4.forum' doesn't exist
do i have to change the forum part to vb3_forum?
nevermind i answered my own question. lol the answer is yes. so i guess anyone installing this that has a prefix for their forum in the db needs to tye that in into the query.
for example i use vb3_ as a prefix so to make this query work i had to run
ALTER TABLE vb3_forum ADD (
forumhomeicon VARCHAR( 200 ) NOT NULL DEFAULT ''
)
just thought i'd point that out for others cuz it wasn't in the intructions and i'm a n00b at installing hacks and stuff. ^_^
|