XF 1.5 Gamer Profiles PSN,XBOX and Steam Proper Links

DieselMinded

Well-known member
Code:
<xen:if is="{$user.customFields.psn}">
<a href="http://eu.playstation.com/psn/profile/{$user.customFields.psn}" target="_new"><img src="vault/icons/psn.png" height="36px" width="36px" class="Tooltip" data-offsetx="-7" data-offsety="-7" title="{xen:phrase PlayStation}"></a>
</xen:if>
<xen:if is="{$user.customFields.xbox}">
<a href="http://live.xbox.com/en-US/Profile?gamertag={$user.customFields.xbox}"  target="_new"><img src="vault/icons/xbox.png" height="36px" width="36px" class="Tooltip" data-offsetx="-7" data-offsety="-7" title="{xen:phrase XBOX}"></a></xen:if>
<xen:if is="{$user.customFields.steam}">
<a href="http://steamcommunity.com/id/{$user.customFields.steam}" target="_new"><img src="vault/icons/steam.png" height="36px" width="36px" class="Tooltip" data-offsetx="-7" data-offsety="-7" title="{xen:phrase Steam}"></a></xen:if>

The Steam one works but the PSN and XBOX want you to log in first , anyone figured out a way around this?

Click on the images under my avatar...

http://www.mymilitia.com/threads/tapatalk-disabled.28391/
 
Top Bottom