Update - Version 1.2
- Reads path to admin control panel folder from config.php.
Note: If you have not renamed your "admincp" folder, then you don't need to update to v. 1.2. If you edited the v. 1.1 .XML file to use your renamed "admincp" folder, then you also don't need to upgrade to v. 1.2. If you do decide to upgrade to v. 1.2 anyway, then you need to uninstall v. 1.1 first. If you wish to keep the rank ordering you've already defined, then you need to edit the product's uninstall code to remove the following db query:
PHP Code:
// Remove "rankorder" column from "ranks" table
$vbulletin->db->hide_errors();
$vbulletin->db->query_write("
ALTER TABLE`" . TABLE_PREFIX . "ranks`
DROP COLUMN rankorder
");