Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
XBL Details In Profile Details »»
XBL Details In Profile
Version: 1.00, by euantor euantor is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 10-28-2009 Last Update: Never Installs: 11
Template Edits
Re-useable Code  
No support by the author.

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

Screenshots

File Type: jpg 360Elites - View Profile- euantor_1256826929052.jpg (56.1 KB, 0 views)
File Type: jpg 360Elites - View Profile- euantor_light_1256826973770.jpg (54.2 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 10-30-2009, 05:18 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abdobasha2004 View Post
good mod however small number of forums will benefit from it !
pointless post really...the small number of forums that benefit..DO BENEFIT !!

not quantity sir..QUALITY
Reply With Quote
  #13  
Old 10-30-2009, 06:51 PM
MAME MAME is offline
 
Join Date: Nov 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to display just the XBL character as a persons avatar? That would be sick!
Reply With Quote
  #14  
Old 10-31-2009, 07:29 AM
euantor euantor is offline
 
Join Date: Aug 2009
Location: England
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MAME View Post
Is it possible to display just the XBL character as a persons avatar? That would be sick!
There sure is. Do you want it only in profiles or in the postbit too? I think I could help ;D
Reply With Quote
  #15  
Old 11-01-2009, 09:57 AM
euantor euantor is offline
 
Join Date: Aug 2009
Location: England
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem
Reply With Quote
  #16  
Old 11-21-2009, 07:48 AM
euantor euantor is offline
 
Join Date: Aug 2009
Location: England
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working on an alternate version that shows the details in the profile sidebar. Should be out later today.
Reply With Quote
  #17  
Old 11-29-2009, 09:20 AM
ravenfaust ravenfaust is offline
 
Join Date: Aug 2009
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very simple and works nicely
Reply With Quote
  #18  
Old 11-29-2009, 12:00 PM
euantor euantor is offline
 
Join Date: Aug 2009
Location: England
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ravenfaust View Post
very simple and works nicely
Thanks
Reply With Quote
  #19  
Old 11-30-2009, 04:03 AM
maddoghalo1 maddoghalo1 is offline
 
Join Date: Feb 2009
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You did not enter the correct format for the Xbox Live Gamertag field. Please read the field description for the expected format.

wtf...?
Reply With Quote
  #20  
Old 11-30-2009, 05:56 AM
euantor euantor is offline
 
Join Date: Aug 2009
Location: England
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That means you've not entered the right thing into the gamertag field. What gamertag were you trying to put in?
Reply With Quote
  #21  
Old 11-30-2009, 07:21 PM
maddoghalo1 maddoghalo1 is offline
 
Join Date: Feb 2009
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maddoghalo1
Reply With Quote
Reply


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 11:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04508 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete