I've discovered a tiny little bug in this.
In the instructions that show up from commbull.php, it says to add to the admin/index.php file this:
PHP Code:
<a href="commbull.php?s=<?php echo $session[sessionhash]; ?>"> Send Community Bulletin >/a><br>
The very end should say ></a><br> ... In other words, you are missing the < in </a>. As far as I can tell, this only affects the way the link is displayed in the admin cp. It works, it just shows up wrong.