Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Gamefields Icons Xbox,Wii and Playstation userfields Details »»
Gamefields Icons Xbox,Wii and Playstation userfields
Version: 1.1, by Bilderback Bilderback is offline
Developer Last Online: Feb 2018 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.4 Rating:
Released: 11-17-2008 Last Update: 11-18-2008 Installs: 152
DB Changes Uses Plugins
Additional Files Is in Beta Stage  
No support by the author.

Gamefields Icons v1.1

This is my first mod and is a spinoff of the IM & GT Icons by Datenpapst.
They are different mods with different code - same concept.
I would like to thank Datenpapst for allowing me to enhance
his original mod for 3.6.5 here.

Description
This hack adds 3 fields to the User Control Panel allowing members to enter their gaming information in profiles.
Nintendo Wii Friends Code
Xbox Live Gamertag
Playstation Network ID

Features
  • adds game id fields for users - edit your details
  • displays game icons in profile - contact tab
  • displays game icons in memberslist, postbit and post legacy
  • No Template Edits! Uses plugins, phrases and hooks
  • admincp settings enable/disable/display options
  • Reusable code in $user array - fields added to user database table

INSTALLATION
  1. Upload images
  2. Import Product XML
Upgrade
  1. Import XML and select Allow Overwrite

NOTICES
1. This hack adds three database fields in your user table.
Provided "as is" with no warranty.I take no responsibility for your board
Always make a back up before modifying anything
2. The profiletab plugin uses str_replace for display.
If you have modified your profile templates, (ie Facebook MySpace template hacks),
the plugins and hooks may not work for your forum.
Since this is my first attempt at vBulletin, I cannot fully support this mod.
But I will try to provide some support if time allows.

DEMO HERE

Feature Requests
add Xfire
add Clan fields
add usergroup settings
add AJAX profile edit
add image replacement options

VERSION HISTORY
  • version 1.1
    ~fixed admin cant edit user
    ~added admincp settings and display options
  • version 1.0
    ~original beta release

Show Your Support

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

Comments
  #82  
Old 06-03-2009, 01:31 AM
zombietom's Avatar
zombietom zombietom is offline
 
Join Date: May 2008
Location: ky
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Playa82 View Post
Anyone ? Please !
The Card will not show until you go over to us.playstation.com and login with your PSN info...at least that is how it worked for me.
Reply With Quote
  #83  
Old 06-08-2009, 10:45 PM
DNG DNG is offline
 
Join Date: Jun 2009
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it works with 3.8.2 ver.?

thanks
Reply With Quote
  #84  
Old 06-09-2009, 11:16 AM
DNG DNG is offline
 
Join Date: Jun 2009
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any 1 tried on ver 3.8.1???
Reply With Quote
  #85  
Old 06-09-2009, 04:35 PM
dmark101's Avatar
dmark101 dmark101 is offline
 
Join Date: Oct 2002
Location: SoCal
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flood View Post
Where exactly do i put this code. No idea about coding. But can find my way if someone points me in the right direction
you can do it a couple of ways. if you open up the XML file [BEFORE IMPORTING], find:
Code:
<if condition="$userinfo[gf_playstation]"> <img src="$vboptions[bburl]/images/misc/gf_playstation.gif" alt="" title="$vbphrase[gf_playstation_network_id]: $userinfo[gf_playstation]" border="0"></a></if>]]></template>
add:
Code:
<a href="#" onclick="openWindow('http://pid.us.playstation.com/user/$userinfo[gf_playstation].jpg', 235, 149); return false;">
between the [if] and [img src] codes. i removed the [td], as it was not needed.

if you've already imported the XML file, the other way would be to go into your admincp, then to style manager, edit templates, expand the Game Fields Icons Templates, and open the "gamefields_playstation" and add the code there.

the template code should look like this when you've completed the edit:
Code:
<input type="hidden" name="playstation code" value="$userinfo[gf_playstation]">
		<if condition="$userinfo[gf_playstation]"> <a href="#" onclick="openWindow('http://pid.us.playstation.com/user/$userinfo[gf_playstation].jpg', 235, 149); return false;"> <img src="$vboptions[bburl]/images/misc/gf_playstation.gif" alt="" title="$vbphrase[gf_playstation_network_id]: $userinfo[gf_playstation]" border="0"></a></if>
Quote:
Originally Posted by zombietom View Post
The Card will not show until you go over to us.playstation.com and login with your PSN info...at least that is how it worked for me.
yep, i had to go over there create an account, log in, create the portable profile and then it came up for me just fine.

Quote:
Originally Posted by DNG View Post
does it works with 3.8.2 ver.?

thanks
yep, just installed it.
Reply With Quote
  #86  
Old 06-09-2009, 08:53 PM
DNG DNG is offline
 
Join Date: Jun 2009
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks dmark101
Reply With Quote
  #87  
Old 08-11-2009, 09:48 PM
RileyFreeman RileyFreeman is offline
 
Join Date: Aug 2009
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i tried this one and

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

both at the same time. one of them screwed up my forums and no drop downs when you click a members name or anything worked anymore.

Does this work for 3.8.3?
Reply With Quote
  #88  
Old 08-13-2009, 11:28 PM
cbiweb cbiweb is offline
 
Join Date: May 2004
Location: Nova Scotia, Canada
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to make the icons show up in other places besides memberlist and postbit?
Reply With Quote
  #89  
Old 08-20-2009, 12:27 PM
cbiweb cbiweb is offline
 
Join Date: May 2004
Location: Nova Scotia, Canada
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update: I am currently working on a way to make the icons show up in other places. When I do, I will post the solution here for others.
Reply With Quote
  #90  
Old 09-11-2009, 06:42 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MikesSite View Post
I decided to create my own using this Gamefields hack, for PS3 & Wii. I just started. Let me know if you guys would want something like this for your forum. http://newyorkmustangs.com/forums/ps3.php

It lists all the users' forum ID, and PS3 ID. It's very bare now, but I am adding more to it. If anybody has any suggestions or knows of any way to integrate the Playstation network into a site (such as easy way to add friends, etc. right from the web site) then please let me know!
Really like the look of this Mike, Is it available at all?
Reply With Quote
  #91  
Old 11-03-2009, 11:32 PM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have one suggestion u could easily add windows live id to which picks up the same as xbox live .... thats how i got mine for now but would be nice to have the windoes live icon since i dont have a xbox 360 anymore
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 04:17 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.12408 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete