Quote:
Originally Posted by RedeemedWarrior
i just noticed the Product install doesn't work for members with database prefixes
It can however be edited via notepad etc and then imported
Aka if you have a database prefix of VB_
you would edit each instance of
Code:
$vbulletin->db->query_write("ALTER TABLE user ADD bs_losses smallint(6) NOT NULL DEFAULT '0'");
to
Code:
$vbulletin->db->query_write("ALTER TABLE VB_user ADD bs_losses smallint(6) NOT NULL DEFAULT '0'");
same goes for all the other tables forum, thread, user etc
|
Sorry about that. Don't know how I left them out. I'll update it now.