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

Reply
 
Thread Tools
Steam IM Card Details »»
Steam IM Card
Version: 1.6, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 03-01-2009 Last Update: 04-13-2009 Installs: 154
DB Changes Uses Plugins Auto-Templates
Translations Is in Beta Stage  
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

Permission granted for port of this hack to vb 3.8. 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 v1.6.xml (13.8 KB, 692 views)

Screenshots

File Type: jpg edit_profile.jpg (77.6 KB, 0 views)
File Type: jpg popup.jpg (81.5 KB, 0 views)
File Type: jpg profile.JPG (30.7 KB, 0 views)

Show Your Support

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

Comments
  #102  
Old 06-20-2009, 08:29 PM
theforumplace theforumplace is offline
 
Join Date: Jul 2007
Location: UK
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Can't get this to work using the latest VB 3.8.3, can't see any change on forums in my personalised style and cannot see anything in default style either.

Disabled all mods inc VBA but there are no conflicts and nothing changes regardless of what I do.

This doesn't work nor does the Xfire IM mod either.

Tagged for future use if you find the error.

Andy
Reply With Quote
  #103  
Old 06-27-2009, 01:37 PM
davida500 davida500 is offline
 
Join Date: May 2008
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Parse error: syntax error, unexpected T_VARIABLE in /dir/public_html/david/e3-clan.net/forums/includes/class_postbit.php(304) : eval()'d code on line 86

When its enabled, i can see the Steam image in the UserCP to enter the Steam Name, but when ever you go to view any post on the Forums, the posts do not show and i see this message at the top of the page.

David.
Reply With Quote
  #104  
Old 06-30-2009, 01:44 PM
Taringa! CS's Avatar
Taringa! CS Taringa! CS is offline
 
Join Date: May 2009
Location: Argentina
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FF|Skyrider View Post
When people add their Steam profile number in their profile settings, some receive this error:
http://img25.imageshack.us/img25/6938/errorvit.jpg

He attempted to add:
b00gyman93

Try to do it with this version, you'll get the same error.
I've got the same problem when getting community data it's turned on.

btw when using the steam ID everything works fine.
Reply With Quote
  #105  
Old 07-13-2009, 02:40 PM
Sid Sid is offline
 
Join Date: May 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm looking to use this mod: https://vborg.vbsupport.ru/showthread.php?t=211193

Is that mod compatible with this one? If so, what field ID should I enter?
Reply With Quote
  #106  
Old 07-17-2009, 04:55 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sid View Post
I'm looking to use this mod: https://vborg.vbsupport.ru/showthread.php?t=211193

Is that mod compatible with this one? If so, what field ID should I enter?
Possibly, try this:

Ignore step 1

Step 2
Code:
      <if condition="$post['steam']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[steam]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>
Step 3
Place the code in step 2 that has been changed to reflect your profile field after


Code:
    $template_hook[postbit_messagearea_start]
        <if condition="$show['messageicon'] OR $post['title']">
            <!-- icon and title -->
            <div class="smallfont">
in your postbit or postbit_legacy (depending on what you use) template
Reply With Quote
  #107  
Old 07-20-2009, 11:25 AM
Sid Sid is offline
 
Join Date: May 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bananalive:

Thanks - that seems to have added the box.

One small problem, however: it only displays the steam status box of the thread starter (on the first post of the thread). I'd like all posts by a user to display their status. Is it a case of simply removing the <if> condition:

<if condition="$show['messageicon'] OR $post['title']">

?
Reply With Quote
  #108  
Old 07-20-2009, 11:35 AM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sid View Post
bananalive:

Thanks - that seems to have added the box.

One small problem, however: it only displays the steam status box of the thread starter (on the first post of the thread). I'd like all posts by a user to display their status. Is it a case of simply removing the <if> condition:

<if condition="$show['messageicon'] OR $post['title']">

?
yes or you could change it to:

<if condition="$show['messageicon'] OR $post['title'] OR $post['steam']">
Reply With Quote
  #109  
Old 07-21-2009, 02:52 PM
Stryker412 Stryker412 is offline
 
Join Date: May 2005
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have an odd issue. When I install this product all posts on my forum disappear. If I uninstall it, then they come back. Any ideas?
Reply With Quote
  #110  
Old 07-21-2009, 03:47 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stryker412 View Post
I have an odd issue. When I install this product all posts on my forum disappear. If I uninstall it, then they come back. Any ideas?
What php version are you using?
Reply With Quote
  #111  
Old 07-21-2009, 06:33 PM
Stryker412 Stryker412 is offline
 
Join Date: May 2005
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

5.2.9
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 02:45 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.05226 seconds
  • Memory Usage 2,340KB
  • 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
  • (4)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