[pmwiki-users] Is there a way to disable uploads for a group, assuming authuser and ddmu

Petko Yotov 5ko at 5ko.fr
Wed Feb 20 12:17:33 CST 2013


ccox at endlessnow.com 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




More information about the pmwiki-users mailing list