Quote:
Originally Posted by Crist
Do change the permission for every usergroup after you install the hack plz!
|
To resolve having to do this for each Usergroup I set the default to "0" in the .XML such as:
Code:
$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "usergroup` ADD `anymediapermissions` int(10) unsigned NOT NULL DEFAULT '0';");
This way I can choose only the Usergroups I want whereas all other Usergroups have been disabled.