Ticket #313 (new defect)

Opened 9 months ago

file upload limit

Reported by: jobe Assigned to: nobody
Priority: normal Milestone: 0.9.1
Component: core Version: 0.9.0
Severity: normal Keywords:
Cc: Patch Included: 0
Review Stage: unreviewed

Description

Trying to change the limit for each user & can't seem to get it working. I have done the following:

Site Administration limit to 20

Also changed the following in mod/file/lib/add_file.php. $body .= sprintf(gettext("You have used %s Mb of a total %s Mb."),round(($usedquota / 20000),4),round(($totalquota / 20000),4)); } else { $body .= sprintf(gettext("Used space: %s Mb."),round(($usedquota / 20000),4));

Also was suggested I change 'the default user space limit (for new users)' - am informed this has gone from the new admin interface.

Still on 0Mb of 1000Mb for each user.

Would be nice if there were an easier way.