PDA

View Full Version : Miscellaneous Hacks - XBL Hacks


betts02
01-27-2010, 10:00 PM
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

https://vborg.vbsupport.ru/showthread.php?t=197344&highlight=bungie

Works on v4,0,0

Xbox Live Recent Games in Profile Tab

https://vborg.vbsupport.ru/showthread.php?t=196843

Works on v4.0.0

Xbox Live Gamertag

https://vborg.vbsupport.ru/showthread.php?t=219102

Replace

<!--- / 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

<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

<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