0xym0r0n
Well-known member
Oh my bad I see the tiny image on VB
Try this
Go to message in templates
FIND
REPLACE
Result

Try this

Go to message in templates
FIND
Code:
<div class="messageContent">
REPLACE
Code:
<xen:if is="{$message.customFields.xbox}">
<div class="messageContent" style="background-image: url(http://avatar.xboxlive.com/avatar/{$message.customFields.xbox}/avatar-body.png); background-position: right top; background-repeat: no-repeat; background-size:68px 135px;">
<xen:else />
<div class="messageContent">
</xen:if>
Result
