Forums

Join
bbPress Support ForumsPluginsIncreasing File upload size with bb-attachment

Info

Tags

Increasing File upload size with bb-attachment

  1. I added the bb-attachment plugin and it works fine, but is there a way to increase the file upload size above 500 kb I tried to edit the php file by changing the values but no luck,

    $bb_attachments['max']['size']['default']=100*1024;
    $bb_attachments['max']['size']['jpg'] =150*1024;
    $bb_attachments['max']['size']['png']=150*1024;
    $bb_attachments['max']['size']['moderate']=200*1024;
    $bb_attachments['max']['size']['administrate']=500*1024;

  2. You must log in to post.