XBL Hacks
This thread is in the Modification Graveyard.
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 ---> 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> 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']"> <div class="smallfont"><b>XBL Gamer-Tag : {vb:raw post.fieldxx}<b></vb:if> <vb:if condition="$post['fieldxx']"> <div class="smallfont"><b>Clan Tag : {vb:raw post.fieldxx}<b></vb:if> <vb:if condition="$post['fieldxx']"> <div class="smallfont"><b>Clan URL : {vb:raw post.fieldxx}<b></vb:if> 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. |