X-Box Live Post Avatars

Oh my bad I see the tiny image on VB

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
xbbg.webp
 
  • Like
Reactions: DRE
Nothing out of the norm? She and I have xbox user ids. You will see my ghostly white avatar and her actual girly avatar. This is message content background and not article or block quote which may show up if you quote them

Screenshot_2013-09-01-16-00-20.webp
 
Last edited:
Looks weird as hell in responsive. Hmm.. I think it should be hidden in mobile view.
 
Top Bottom