-
Notifications
You must be signed in to change notification settings - Fork 10
Quota plugin
sjarvela edited this page Feb 13, 2015
·
3 revisions
Folder quota plugin allows setting maximum space for a folder.
For a user, quota is visible in the file view header. When any action (upload, copy, move etc) would exceed the quota available, it is rejected.
Quota is set by admin in root folder level:
Quota plugin is installed with following steps:
Example minimum configuration:
$CONFIGURATION = array(
...
"plugins" => array(
"Quota" => array(),
...
)
);
Quota plugin does not require any configuration, but has following options:
-
registration_user_folder_quota: Automatic quota set for user folders when user registers with Registration plugin (value in Mb)
Example full configuration:
$CONFIGURATION = array(
...
"plugins" => array(
"Quota" => array(
"registration_user_folder_quota" => 1000
),
...
)
);
Plugin is released with Commercial Plugin license (http://www.mollify.org/license.php).
License costs 150 EUR, and download link will be provided after successful license payment.

