XBOX Gamercard And NXE Avatar In Postbit

MobileHacks

New Member
This is a simple modification created and some may find it handy.

It will display the Avatar's thumbnail and gamertag on the users posts. if you place the mouse over the avatar it'll show the avatar and the gamercard on the gamertag. depending on which you place the cursor over.

IMPORTANT:
This works with gxbox live requires it to be installed.

TO INSTALL:
Go the admin panel. Select Styles and templates --- Style Manager. Find postbit_legacy

Find the following:
PHP:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
add below:
PHP:
<if condition="$post[field9]"><fieldset><legend>XBox LIVE Gamercard</legend>
<div>
<a href="http://avatar.xboxlive.com/avatar/$post[field9]/avatar-body.png" target="_blank" onmouseover="gXBL_show('nxeavatar','$post[field#]');" onmouseout="return gXBL_hide();"><img border="0" width="20" height="20" src="http://avatar.xboxlive.com/avatar/$post[field#]/avatarpic-s.png" style="border: 1px solid gold;" /></a>
<a href="http://gamercard.xbox.com/$post[field#].card" target="_blank" onmouseover="gXBL_show('gamercard','$post[field#]');" onmouseout="return gXBL_hide();">$post[field#]</a>
</if>
Make sure to replace [field#] with the field number where gamercards are stored.

Demo: www.fifamexico.net/foros
 

MegaMisFiT

New Member
Is there anyway to get this to appear like this on the post bit

Apart from the Xbox Live part should be under the msn sign but i couldnt fit it on the picture :)

So you dont need to mouseover the avatar or the xbox name to show it up it just has it already on and the avatar thing can that be removed because i dont really like it on there :) just the xbox information box like i have put on the pic.

Thanks
 

DNG

New Member
MegaMisFiT said:
Is there anyway to get this to appear like this on the post bit

Apart from the Xbox Live part should be under the msn sign but i couldnt fit it on the picture :)

So you dont need to mouseover the avatar or the xbox name to show it up it just has it already on and the avatar thing can that be removed because i dont really like it on there :) just the xbox information box like i have put on the pic.

Thanks

same here, looking for answer,, at least how to make gamercard opens in the same window not _blank?
 
Top