Quote:
Originally Posted by Mike-D
You forgot the most important in case of Uninstalling...
HTML Code:
<uninstallcode><![CDATA[$db->query_write("ALTER TABLE " . TABLE_PREFIX . "usergroup DROP skhardmodpermissions");]]></uninstallcode>
Just in case someone has uninstalled your hack and is trying after to reinstall what results in getting the dreaded DB Error. Just a side note  Great hack and good idea by the way - Installed  Thank you!
|
Installed, and a good addition to VB forums.
But yes, definetly add this to the product install xml, or you will end up having to go into phpmyadmin to fix the incomplete uninstall.