Quote:
Originally Posted by D|ver
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
|
thank u for looking for it, but with that code I get a message for every reply given saying "guest can only read first post" so if there are 100 replies I get 100 of those messages

by each members who replied in the topic.
It would be better to get only 1 message