This topic has 4 replies, 4 voices, and was last updated 9 years by Abe.

  • Author
  • #47995
     Norman
    Participant

    Hi is it possible to set a picture upload size limit for the new buddypress cover image ?

    I am using Smush it! and rtMedia. In my activity upload I have a picture size upload of 1 MB, but I believe that my users uploaded much bigger cover pictures which is not good for me.

    #47996
     Radu
    Moderator

    Hello,

    The simplest way is to limit entire server upload_max_filesize=1MB . Otherwise you will have to hack the plugin files.

    Hope you understand

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #48001
     sharmstr
    Moderator

    @radu, Abe so kindly put a filter you can tap into

    COPY CODE
    
    
    add_filter('bpcp_max_upload_size', 'set_cover_upload_size');
    function set_cover_upload_size() {
    	return '1000';
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #48003
     Norman
    Participant

    GREAT thanks guys ! works

    #48341
     Abe
    Keymaster

    Thanks @sharmstr 🙂
    indeed there is a filter there apply_filters(‘bpcp_max_upload_size’, $max_file_sizein_kb);

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?