You can use if conditional usergroup setting on: "
badge.png"
- If usergroup 1 user image background "badge.png"
- If usergroup 2 user image background "badge2.png"
- If usergroup 3 user image background "badge3.png"
- If usergroup 4 user image background "badge4.png"
Code:
<table border="0" cellpadding="0" cellspacing="0" width="124" height="82">
<tr>
<td width="124" background="badge.png" height="82">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="60">
<tr>
<td width="50%"> </td>
<td width="50%"><img border="0" src="$post[avatarurl]" width="60" height="60"></td>
</tr>
</table>
</td>
</tr>
</table>