XBOX gamercard and NXE avatar in postbit
This modification is in the archives.
This is a simple modification I created for my forum and I believe someone may find it handy.
I 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: Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] Code:
<if condition="$post[field#]"><fieldset><legend>XBox LIVE Gamercard</legend> <div> <a href="http://avatar.xboxlive.com/avatar/$post[field#]/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></fieldset> </if> Demo: http://www.fifamexico.net/foros Update: v.1.1 fixed missing fieldset closing tag. Download No files for download. Screenshots |
Similar Mods
Mini Mods Xbox Live Gamercard in Header | vBulletin 3.7 Template Modifications |
Xbox.com gamercard for all users | vBulletin 3.5 Template Modifications |