I don't have space between the usernames. Only a comma. (vB 4.2.0)
Where ist the error?
post_thanks_postbit
Code:
<div style="font-size:11px;">
<vb:if condition="$post['post_thanks_amount'] == 1">
{vb:rawphrase post_thanks_user_says, {vb:raw post.username}}
<vb:else />
{vb:rawphrase post_thanks_users_say, {vb:raw post.post_thanks_amount_formatted}, {vb:raw post.username}}
</vb:if>
{vb:raw post.post_thanks_bit}
</div>