For now you can add these templates.
post_thanks_postbit
HTML Code:
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2" style="padding:0px">
<if condition="$nb == 1"><strong><phrase 1="User Says" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong>
<else /><strong><phrase 1="$post[post_thanks_amount] Users Say" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong></if>
</td>
<if condition="$bbuserinfo[usergroupid] == 6"><td class="alt2" style="padding:0px" align="right">
<a href="post_thanks.php?do=post_thanks_remove&p=$post[postid]">$vbphrase[post_thanks_remove]</a>
</td></if>
</tr>
<tr><td class="alt1" colspan="2"><div>$liste_user</div></td></tr>
</table>
</div>
$spacer_close
post_thanks_postbit_legacy
HTML Code:
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td class="alt2" width="175">
<if condition="$nb == 1"><strong><phrase 1="User Says" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong>
<else /><strong><phrase 1="$post[post_thanks_amount] Users Say" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></strong></if>
<if condition="$bbuserinfo[usergroupid] == 6"><br><a href="post_thanks.php?do=post_thanks_remove&p=$post[postid]">$vbphrase[post_thanks_remove]</a></if>
</td>
<td class="alt1">
<div>$liste_user</div>
</td>
</tr>
</table>
</div>
$spacer_close