Hey @morteza13055
Just wondering what you mean by “define a maximum total space for each profile”?
Are you referring to on screen space (real estate) or back-end storage space? etc
Hey @Henry Wright !
Thanks.
Excuse me… “total storage space per each member” is my Purpose.
Is this possible?
It isn’t possible ‘out-of-the-box’. There may be a plugin that does that for you but I haven’t seen one myself. I think your best bet is to search the Plugin Directory for some kind of media management plugin that works with BuddyPress and has options for limiting storage space.
https://wordpress.org/plugins/
@henrywright
And excuse me for “space” between your username….
Thanks.
You’re wright, “mediapress” has this ability but some plugins (such as BuddyPress Cover and buddypics) don’t have it.
I can use following codes in a “php.ini” and put it in that plugins but it isn’t very useful…
(
wp_memory_limit=128M;
upload_max_filesize=128M;
post_max_size=20M;
) (reference:https://buddypress.org/support/topic/upload-size-limits/)
Thanks again!
Is there any way to do it?
wp_memory_limit=128M = the mem amount allowed to handle php scripts
upload_max_filesize=128M = the storage space limit for a site (can not be set by members)
post_max_size=20M = the max allowed size for a file.
By default, WP is set to 2M for each file (so far i remember)
In other words, Is there any way to do it, the answer is NO