Back to vBulletin 3.8 Template Modifications

XBL Details In Profile
Mod Version: 1.00, by euantor

vB Version: 3.8.x Rating: (2 votes - 4.50 average) Installs: 11
Released: 29 Oct 2009 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code External Content  

This template edit was created for and first featured at http://www.360elites.net

The edit will add a section to your user profiles that show a user's XBox Live Avatar and their Gamercard.

Step 1:

Create a Profile Field (if you haven't already)

Type: Single Line Text Box
Name: XBL Gamertag

Remember the field's ID.

Step 2:

Go to the Style Manager (Styles & Templates->Style Manager)

Select "Edit Templates" for the theme you want to edit.

Now, find the Template MEMBERINFO

This is under the category "Member Info"

Step 3:


Find:

Code:
<!-- / link bar -->
Below add:

Code:
<!-- XBL Details -->
<if condition="$userinfo[fieldXX]">
<div id="$id" class="tborder content_block">
    <h4 class="thead block_title">
        <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('$id')"><img id="collapseimg_$id" src="$stylevar[imgdir_button]/collapse_generic{$vbcollapse['collapseimg_'.$id]}.gif" alt="" border="0" /></a>
        <a name="$id"></a>
        <span class="block_name"><center>XBox Live Details</center></span>
    </h4>
    <div class="block_content" id="collapseobj_$id" style="{$vbcollapse['collapseobj_'.$id]}"><div class="alt1 smallfont block_row block_footer">
<center>
<table border="0">
<tr>
<td>
<img src="http://avatar.xboxlive.com/avatar/$userinfo[fieldXX]/avatar-body.png">
</td>
<td>
<iframe src="http://gamercard.xbox.com/$userinfo[fieldXX].card" scrolling="no" frameBorder="0" height="140" width="204">$userinfo[fieldXX]</iframe>
</td>
</tr>
</table>
</center>
</div></div>
</div>
</if>
Change all the "XX" terms to the field ID number for you XBox Live gamertag field you made in Step 1.

Hit the "Save & Reload" button and voila. All done.

DEMO: http://www.360elites.net/member.php?u=1

Download

No files for download.

Screenshots

Click image for larger version
Name:	360Elites - View Profile- euantor_1256826929052.jpg
Views:	386
Size:	56.1 KB
ID:	105781   Click image for larger version
Name:	360Elites - View Profile- euantor_light_1256826973770.jpg
Views:	302
Size:	54.2 KB
ID:	105782  

Similar Mods

Xbox Live GamerTag details in Profile vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024