bbPress

Simple, Fast, Elegant

bbPress plugin browser »

bbPress Attachments (0.1.7)

  • make a directory /bb-attachments/ ABOVE your webroot ie./home/username/bb-attachments/
  • chmod 777 the above /bb-attachments/ directory
  • (skip this step if your bbPress is 0.9.0.2 or newer) edit edit-post.php and below <?php edit_form(); ?> put <?php if (function_exists('bb_attachments')) {bb_attachments();} ?>
  • install plugin in it's own bb-attachments directory in my-plugins then activate plugin
  • there are some optional settings you can adjust in bb-attachments.php

Code is Poetry.