Guys,
Keep in mind this will
only work if you're using the legacy postbit, NOT the traditional postbit!
For traditional postbit, you want something like the following:
In the postbit template, look for:
and replace with:
Code:
<if condition="$show['member']">
$post[message]
<else />
<if condition="$post[postcount] == 1">
$post[message]
</if>
<else />
<if condition="$show['guest']">
<if condition="$post[postcount] != 1">
<br><br>In order to view this response, you must be a <b>registered member</b>. You may register <a href="register.php">here</a>, it's quick and painless!
<br><br>
</if></if></if>
Of course that's just my own markup of it (wording), but it should work fine for you.