Quote:
Originally Posted by MaXxed
sorry to trouble you but do you think you could give some more detail on this? I have no problem reverting all my templates to the standard, but I would like to get rid of the tables and have no clue how to even start....
|
Okay, delete these files:
vBChat.php --> ROOT FORUM DIRECTORY
vbchat.gif --> ROOT FORUM DIRECTORY/images
admin_vbchat.php --> ROOT FORUM DIRECTORY/admincp
install_vbchat.php --> ROOT FORUM DIRECTORY/admincp
vbchat.xml --> ROOT FORUM DIRECTORY/admincp
vbchat.php --> ROOT FORUM DIRECTORY/includes/cron
Go to admin-cp, scheduled tasks, delete vBChat Auto Prune.
Delete the following tables from your database using phpmyadmin or equivalent:
vbchat_store
vbchat_datastore
Then delete these columns in the
user table:
vbchat_pref_font_face
vbchat_pref_font_color
vbchat_pref_user_ignore
vbchat_pref_status
vbchat_pref_auto_on
vbchat_pref_auto_msg
vbchat_pref_in_room
Remember to back up before doing the above.
Revert the templates you've edited, remove the vbchat templates too.
Do the opposite for the php files that you did to install.