- install, activate
- put
<?php report_post_link(); ?>in yourpost.phptemplate where you want the link to be seen - recommended to the right of<?php post_edit_link(); ?>in 0.9 or<?php bb_post_admin(); ?>in 1.0 - optionally edit your style.css stylesheet to make it stand out, add:
a.report_post {color:red;} - note that you will NOT see a report link on YOUR OWN posts - to test, make a post as another member.