Thank you for your help.
I need this option because I want to make it easy for users to disable certain functionality within the product. Disabling these functionalities requires the user to disable more than one plugin, so I figure it will be more user friendly if its done automatically.
To re-enable the plugin I figured I'd just set active to 1 and do as you said. I'm doing:
vBulletinHook::build_datastore($db);
and also...
$vbulletin->GPC['active']["{//plugin id}"] = //0 or 1;
|