Back to Modification Graveyard

XBL Hacks
Mod Version: 1.00, by betts02

This thread is in the Modification Graveyard.
vB Version: 4.0.0 Rating: (0 vote - 0 average) Installs: 1
Released: 28 Jan 2010 Last Update: Never Downloads: 0
Not Supported Uses Plugins Template Edits Auto-Template Code Changes Re-usable Code Translations External Content  

Firstly i take no credit for ANY of the original mods/hacks

With many people asking what mods/hacks work from v3.x.x to v4.x.x i needed to see what worked for my board as i updated myself

So these mods/hacks are simply edited tags,etc for them to work or just simply following the instructions on each mod/hack as it works for v4.0.0

Original mod/hack

Bungieinfo Halo 3 Games in Profile Tab

http://www.vbulletin.org/forum/showt...ghlight=bungie

Works on v4,0,0

Xbox Live Recent Games in Profile Tab

Xbox Live Recent Games in Profile Tab

Works on v4.0.0

Xbox Live Gamertag

Xbox Live Gamertag [drop down menu] v1.1

Replace

Code:
<!--- / Xbox gamertag --->
<if condition="$post['fieldXX']"><tr><td class="vbmenu_option">
<iframe src="http://gamercard.xbox.com/$post[fieldXX].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></td></tr></if>
<!--- / End Xbox gamertag --->
With

Code:
<vb:if condition="$post['field5']"><tr><td class="vbmenu_option">
<iframe src="http://gamercard.xbox.com/{vb:raw post.field5}.card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></td></tr></vb:if>
YOU NEED TO ALTER THE WIDTH OF YOU POSTBIT TO MATCH

Works on v4.0.0

Anything is postbit_legacy

Create a new profile Field (remember the field id number)
Directions:
1. In adminCP go to user profile fields
2. Click on add new profile field
3. Single-Line Text Box
Title - optional
Description -optional
Rest of options are optional, I just left them as they were
Click save and remember the fielf number for each 1 you create

Add the following Code in your postbit legacy, The choice is yours where to place it

I added the following for my site but you may place anywhere you wish

Code:
<vb:if  condition="$post['fieldxx']">&nbsp;<div class="smallfont"><b>XBL Gamer-Tag :    {vb:raw post.fieldxx}<b></vb:if>
<vb:if  condition="$post['fieldxx']">&nbsp;<div class="smallfont"><b>Clan Tag : {vb:raw post.fieldxx}<b></vb:if>
<vb:if  condition="$post['fieldxx']">&nbsp;<div class="smallfont"><b>Clan URL : {vb:raw post.fieldxx}<b></vb:if>
Where each xx is, Remember the field number and place here for each 1 you require, Each field number must match the actual user profile field you created.

IF you do install ANY of these mods/hacks please click install on the original coders mod

I take no credit for any of these mods/hacks, just the testing of them to work and the addition of tags,etc

Enjoy

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024