I used This and worked fine on my post_thanks_postbit_info file on my
Goss Forum
PHP Code:
<vb:if condition="$post['userid']">
<div class="eti_postbit"><dt>{vb:rawphrase post_thanks_thanks} : {vb:raw post.post_thanks_user_amount_formatted}</dt></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<div class="eti_postbit"><dd>{vb:rawphrase post_thanks_time_post}</dd></div>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="eti_postbit"><dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd></div>
<vb:else />
<div class="eti_postbit"><dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd></div>
</vb:if>
</vb:if>