Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
XBL Hacks Details »»
XBL Hacks
Version: 1.00, by betts02 betts02 is offline
Developer Last Online: Dec 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.0 Rating:
Released: 01-27-2010 Last Update: Never Installs: 1
Uses Plugins Template Edits Auto-Templates
Re-useable Code Code Changes Translations  
No support by the author.

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/showthrea...ghlight=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

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04813 seconds
  • Memory Usage 2,194KB
  • Queries Executed 16 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete