Xbox 360 App.

r5 turbo 2

Member
Is there a application for Xbox 360? That will show the game tag and information on members signature? I have looked at the list of resources and can't seem to find it.
 
> Create a custom profile field for their gamertag
> In signature template, add img code to display signature.

Rich (BB code):
<xen:if is="{$user.customFields.fieldX}">
<img src="http://www.xboxgamertag.com/gamercard/{$user.customFields.fieldX}/arancia/card.png" />
</xen:if>

As an example :) Replace fieldX with the Field ID of your newly-created field.
 
Top Bottom