[email protected] writes:
I want to disable ddmu and uploads in general for a group. Is there something I can add to a GroupName.php config file to disable the features (without errors)? Thanks in advance for any help...
Yes, adding to GroupName.php something like this should do it: $EnableUpload = 0; $PostConfig['DDMU_js'] = -1; Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
