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