Go to postbit template, and find:
HTML Code:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
And wrap it like so:
HTML Code:
<if condition="!$bbuserinfo['userid']">
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
<else />
You gotsa register to view posts lolosaur.
</if>
And that's it.