PDA

View Full Version : uninstall


Reed
12-17-2007, 09:21 PM
What is the easiet way to uninstall vbDrupal?
thanks
________
VAPORIZER WIKI (http://vaporizerwiki.com)

speedway
12-19-2007, 07:05 AM
Remove the plugin from your VB Products screen, then just delete all the vbdrupal files. Uninstalling the product plugin should remove the vbdrupal DB tables. If not, just use phpmyadmin to do that.

Cheers
Bruce

Reed
12-19-2007, 10:46 AM
Thanks Bruce.
________
LIVE SEX (http://livesexwebshows.com/)

elmuerte
12-22-2007, 08:32 AM
uninstalling the product from the admincp will no longer remove the tables. It will only unregister all vBulletin hooks and remove the data.
To remove all traces of vbDrupal in the database use the undo_bad_install.php (http://vbdrupal.svn.sourceforge.net/viewvc/*checkout*/vbdrupal/trunk/vbdrupal-ng/dev-scripts/undo_bad_install.php) script from the SVN. Simply place it in the vBulletin directory and follow the instructions (remember to delete the created files after uninstalling).