Ok, this is not the best way to do it, as I manually typed in wording, but it works fine.
I added this to postbit and postbit_legacy, replacing original values:
PHP Code:
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br />
Thanks Given: $post[post_thanks_user_amount], Groans Given: $post[post_groan_user_amount]
<br />
<if condition="$post[post_thanks_thanked_times_on] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts_on] == 1">
<phrase 1="$post[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times]" 2="$post[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
<br />
<!-- Start Post Groan Hack -->
<if condition="$post[post_groan_times_on] == 1">
$vbphrase[post_groan_time_post]
<else />
<if condition="$post[post_groan_posts_on] == 1">
<phrase 1="$post[post_groan_times]">$vbphrase[post_groan_times_post]</phrase>
<else />
<phrase 1="$post[post_groan_times]" 2="$post[post_groan_posts]">$vbphrase[post_groan_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Groan Hack -->
Now it shows like this:
Thanks Given: 0, Groans Given: 0
Thanked 0 Times in 0 Posts
Groaned at 0 Times in 0 Posts