Hi folks,
I can appreciate there's lots of edits and versions floating around in this thread but I'll give it a go.
I'm using the version from
this thread. (post_thanks_ version_7.83+integrated postbit_box collapse)
Here is a picture of my postbit...the "Thanked 0 Times in 0 Posts" bit is not the same style as the others.
Attachment 144212
Here's my post_thanks_postbit_info template...
Code:
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd>{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
If anyone could help me out to get it looking the same as the other fields, I'd very much appreciate it.
Thanks!