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

Reply
 
Thread Tools
Steam IM Card v4.x (now with Steam Profile Tab) Details »»
Steam IM Card v4.x (now with Steam Profile Tab)
Version: 4.0.2, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 06-08-2010 Last Update: 06-11-2010 Installs: 72
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

This adds the ability of having for each user of your board to enter their Steam ID like the MSN, ICQ, AOL, Yahoo and Skype Messenger contact cards.

Users can enter their steam id in the following forms:This hack also integrates itself into the AdminCP User editor and the User Control Panel when its enabled.

A profile tab with the steam profile information is also implemented. (optional - can be disabled)

Permission granted for port of this hack to vB v3.8 (and now to vB 4.x). Originally developed by Kalle Sommer Nielsen (c) 2007

Installation
  1. upload im_steam.gif to images/misc/
  2. import product

Download Now

File Type: xml product-imsteam v4.0.2.xml (19.9 KB, 511 views)

Screenshots

File Type: jpg edit_profile.jpg (19.5 KB, 0 views)
File Type: jpg popup.jpg (25.9 KB, 0 views)
File Type: jpg profile.jpg (19.0 KB, 0 views)

Show Your Support

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

Comments
  #32  
Old 06-29-2011, 07:09 PM
thisgeek thisgeek is offline
 
Join Date: Dec 2005
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by luckid View Post
With vb 4.1.3 is ok but with the VB 4.1.4 plugin error when you go to "connected users"

PHP Code:
Database error in vBulletin 4.1.4:

Invalid SQL:

    
SELECT IF(userid 010) as isuserCOUNT(session.userid) as online_users
    
user.steam
    FROM session 
as session
    
    WHERE session
.lastactivity 1308709383
    
    
    
    GROUP BY isuser
;

MySQL Error   Unknown column 'user.steam' in 'field list'
Error Number  1054
Request Date  
TuesdayJune 21st 2011 10:38:03 PM
Error Date    
TuesdayJune 21st 2011 10:38:04 PM
Script        
http://***********/forum/online.php
Referrer      http://**********/forum/forum.php
IP Address    : **********
Username      : *****
Classname     vB_Database
MySQL Version 
5.0.77 
Getting the same problem. Disabling the product fixes the error. I'll leave it disabled until this mod is updated.

Thanks
Reply With Quote
  #33  
Old 07-01-2011, 02:11 AM
luckid luckid is offline
 
Join Date: Jan 2007
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thisgeek View Post
Getting the same problem. Disabling the product fixes the error. I'll leave it disabled until this mod is updated.

Thanks
I had to disable it ... I hope in a fix as soon as possible
Reply With Quote
  #34  
Old 07-02-2011, 02:17 AM
Gerdeman Gerdeman is offline
 
Join Date: Mar 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Definitely update this mod, great feature to have.
Reply With Quote
  #35  
Old 07-02-2011, 04:22 AM
techanalyst techanalyst is offline
 
Join Date: Jun 2011
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible etas for 4.1.1 users
Reply With Quote
  #36  
Old 08-23-2011, 02:56 PM
kardac.stenfot kardac.stenfot is offline
 
Join Date: Jun 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by luckid View Post
With vb 4.1.3 is ok but with the VB 4.1.4 plugin error when you go to "connected users"

PHP Code:
Database error in vBulletin 4.1.4:

Invalid SQL:

    
SELECT IF(userid 010) as isuserCOUNT(session.userid) as online_users
    
user.steam
    FROM session 
as session
    
    WHERE session
.lastactivity 1308709383
    
    
    
    GROUP BY isuser
;

MySQL Error   Unknown column 'user.steam' in 'field list'
Error Number  1054
Request Date  
TuesdayJune 21st 2011 10:38:03 PM
Error Date    
TuesdayJune 21st 2011 10:38:04 PM
Script        
http://***********/forum/online.php
Referrer      http://**********/forum/forum.php
IP Address    : **********
Username      : *****
Classname     vB_Database
MySQL Version 
5.0.77 
Tnx in advance for this fix :-)
Confirming that I have the same problem. Disable this plugin until update is posted.
Reply With Quote
  #37  
Old 09-02-2011, 08:40 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No updates on this?
Reply With Quote
  #38  
Old 09-03-2011, 02:28 PM
chamoul chamoul is offline
 
Join Date: Sep 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't really managed to make it properly, but my hack made this add-ons work for vBulletin 4.1.5 Patch Level 1


in product-imsteamv4.0.2.xml
remove or put in comment (<!-- -->) the code below
Code:
<plugin active="1" executionorder="5">
			<title>add online bit</title>
			<hookname>online_query</hookname>
			<phpcode><![CDATA[$hook_query_fields .= ", user.steam";]]></phpcode>
</plugin>
and if you want to display the steam icon in the online.php

you need to change this

Code:
$globaltemplates = array(
	'forumdisplay_sortarrow',
	'im_aim',
	'im_icq',
	'im_msn',
	'im_yahoo',
	'im_skype',
	'WHOSONLINE',
	'whosonlinebit'
);
by

Code:
$globaltemplates = array(
	'forumdisplay_sortarrow',
	'im_aim',
	'im_icq',
	'im_msn',
	'im_yahoo',
	'im_skype',
	'im_steam',
	'WHOSONLINE',
	'whosonlinebit'
);
and at line 263 you need to change the sql query
Code:
SELECT user.username, session.useragent, session.location, session.lastactivity, 
		user.userid, user.options, 
		session.host, session.badlocation, session.incalendar, session.inthread,  
		user.aim, user.icq, user.msn, user.yahoo, user.skype,
by

Code:
SELECT user.username, session.useragent, session.location, session.lastactivity, 
		user.userid, user.options, 
		session.host, session.badlocation, session.incalendar, session.inthread,  
		user.aim, user.icq, user.msn, user.yahoo, user.skype, user.steam,
This is just a hack until maybe to author find a solution to the problem
Reply With Quote
  #39  
Old 02-04-2013, 05:04 PM
FTG LIQUID CL FTG LIQUID CL is offline
 
Join Date: Jan 2012
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyway to make this work with 4.1.12
Reply With Quote
  #40  
Old 06-25-2013, 07:47 PM
Pictureclass Pictureclass is offline
 
Join Date: Mar 2013
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow, great Plugin. Thank you very very much. Works great with 4.2.1
Reply With Quote
  #41  
Old 04-27-2014, 05:25 AM
ruger's Avatar
ruger ruger is offline
 
Join Date: Sep 2004
Location: Texas
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine on 4.2.2PL1
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 08:55 PM.


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.04873 seconds
  • Memory Usage 2,358KB
  • 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
  • (5)bbcode_code
  • (2)bbcode_php
  • (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
  • (3)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
  • (4)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