Skip to:
Content
Pages
Categories
Search
Top
Bottom

limited space per each profile

  • @morteza13055

    Participant

    Hi to all!
    at the first,THANKS!

    I’m a BP-beginner and want to Know “how define a maximum total space for each profile?”

    Thanks for your ideas…

    Morteza

Viewing 8 replies - 1 through 8 (of 8 total)
  • @henrywright

    Moderator

    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

    @morteza13055

    Participant

    Hey @Henry Wright !
    Thanks.
    Excuse me… “total storage space per each member” is my Purpose.
    Is this possible?

    @henrywright

    Moderator

    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/

    @morteza13055

    Participant

    @henrywright
    And excuse me for “space” between your username….

    @morteza13055

    Participant

    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!

    @morteza13055

    Participant

    Is there any way to do it?

    @danbp

    Participant

    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

    @morteza13055

    Participant

    Hey @danbp
    Thanks!
    🙁

    😉

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘limited space per each profile’ is closed to new replies.
Skip to toolbar