bbPress

Simple, Fast, Elegant

bbPress plugin browser »

bbPress Attachments (0.1.7)

  • demo: http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments
  • members's ability to upload attachments is tied to their ability to edit post - ie. if edit ends in 1 hour, so does adding attachments
  • the plugin will try to create the base upload directory itself, but in most cases will fail so you need to follow the first installation step
  • if available, posix is used to write files with owner's id so you can delete/move files manually via FTP
  • needs PHP >= 4.3
  • filesize max might be 2mb because of passthrough/readfile limit (supposedly fixed in newer PHP)
  • administrators can debug settings (ie. PHP upload limit) by adding to url ?bb_attachments_diagnostic
  • if you get error: denied mime on every upload, mimecontenttype function or shell access must exist to verify mime types - otherwise you can force all types to be allowed by editing bb-attachments.php and adding 'application/octet-stream' to each of the $bb_attachments['allowed']['mime_types']

Code is Poetry.