buddypress - Limit the total space in every user

admin2025-06-02  3

I use the buddypress + rtmedia plugins to create website.

And I met a problem that how can I limit the total space in every user ?

for example

every user has 10MB to upload the video,photo,music in their profile.

or

every user can upload 10 photos in their profile.

can that do it via theme`s functions.php ?

I use the buddypress + rtmedia plugins to create website.

And I met a problem that how can I limit the total space in every user ?

for example

every user has 10MB to upload the video,photo,music in their profile.

or

every user can upload 10 photos in their profile.

can that do it via theme`s functions.php ?

Share Improve this question asked Feb 26, 2019 at 3:26 cindycindy 1059 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

It's a task that can be easily tackled using wp_handle_upload and wp_handle_upload_prefilter (e.g.: Give users a maximum upload capacity; limit the number of files a user can upload OR limit the number of files per upload).

Luckily someone already did this, as a plugin: Upload Quota per User. It's pretty old and seems unmaintained but tested on WP 4.9.9 it works.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748864654a314360.html

最新回复(0)