I found that the thanks information in postbit was taking up a couple of lines and looked untidy.
So I changed the
post_thanks_postbit_info template to :
Quote:
<if condition="$post[userid]">
<div>$vbphrase[post_thanks_thanks]: Gave $post[post_thanks_user_amount_formatted], Got $post[post_thanks_thanked_times_formatted]</div>
</if>
|
Which while not grammatically quite as flowery, does the job using just 1 line.
Example