Quote:
Originally Posted by hollyboy
It would be interesting to have the same hack that does the same but for the first post
|
here i found a solution for this
in postbit_legacy replace:
PHP Code:
<!-- message -->
<div>$post[message]</div>
<!-- / message -->
with:
PHP Code:
<!-- message -->
<div><if condition="$post[postcount] > 1 and !$bbuserinfo['userid']">
$vbphrase[guest_no_posts]
<else />
$post[message]
</if></div>
<!-- / message -->
then create a custom
guest_no_posts phrase