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 Profile/Status Display Details »»
STEAM Profile/Status Display
Version: 1.00, by drpeppper drpeppper is offline
Developer Last Online: Mar 2016 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.2 Rating:
Released: 04-13-2009 Last Update: Never Installs: 39
Template Edits
 
No support by the author.

[S]This is something that will give your users an ability to view member's status for their STEAM account. Offline/online/games playing/etc.

You can find an example here:

http://forums.tf2maps.net/

Just look at any thread and find a post. The widget should be in the upper right hand corner of the post.

Nothing has to be installed on your server.

Step 1
Create a custom user profile field. Name it Steam ID.
Code:
Single-Line Text Box  	Editable, Searchable, Members List
Find what your field id is. It should look something like fieldx where x is the number.

Step 2
Plug your field id in to the following code
Code:
<if condition="$post['fieldx']"><iframe src="http://steamprofile.com/profile/default/sphtml.php?id=$post[fieldx]" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>
Make sure to change x to your id.

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[/S]

If you would just like to have the options of having the status as sigs, visit http://steamprofile.com

updated instructions for vbulletin 3.8

http://steamprofile.com/forums/showthread.php?tid=3

Screenshots

File Type: png Untitled.png (87.2 KB, 0 views)

Show Your Support

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

Comments
  #32  
Old 09-08-2009, 02:31 AM
stuky4ever stuky4ever is offline
 
Join Date: May 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you guys do something like this? http://www.noobsticks.com/members/8088/
Reply With Quote
  #33  
Old 11-09-2009, 09:15 PM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, emm i post to tell that steamprofile updated, so now this modification doesn't work...

This is what steamprofile give to you:

HTML Code:
<a href='http://steamprofile.com'><img src='http://steamprofile.com/steam/profile/steamprofile/alucard_nv.png' border='0' /></a>
Someone know what is the new code?

I tried with:

PHP Code:
<if condition="$post['field9']">
<
iframe src="http://steamprofile.com/steam/profile/steamprofile/$post[field9].png' align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>
</if> 
But not work.
Reply With Quote
  #34  
Old 11-10-2009, 11:49 AM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i believe they quit doing it and everyone is making their own now or quit using them
Reply With Quote
  #35  
Old 11-11-2009, 06:59 PM
plR plR is offline
 
Join Date: Feb 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<if condition="$post['fieldx']"><iframe src="http://steamprofile.com/steam/profile/steamprofile/$post[fieldx].png" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>
Same as before, change X for field ID.

Worked for me.
Reply With Quote
  #36  
Old 11-30-2009, 02:37 AM
Llandy's Avatar
Llandy Llandy is offline
 
Join Date: Mar 2009
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've tried to many times getting this to work, but no luck. Can't figure out what I'm doing wrong.
Reply With Quote
  #37  
Old 12-07-2009, 10:47 AM
CptHans CptHans is offline
 
Join Date: Oct 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I?m using VB4 beta 5 and the following code works.

Code:
<vb:if condition="$post['fieldX']"><iframe src="http://steamprofile.com/steam/profile/default/{vb:raw post.fieldX}.png" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></vb:if>
Reply With Quote
  #38  
Old 01-24-2010, 04:27 AM
Bestrafung Bestrafung is offline
 
Join Date: Aug 2009
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks pIR, worked for me as well on 3.8.4 patch 2. Good luck guys.
Reply With Quote
  #39  
Old 03-28-2010, 02:41 PM
LuBi LuBi is offline
 
Join Date: Oct 2001
Posts: 416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My members are having trouble with the Steam ID aspect but other than that it's working great on 3.8.5
Reply With Quote
  #40  
Old 03-29-2010, 01:04 AM
gimlot79 gimlot79 is offline
 
Join Date: Mar 2010
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works even perfect on my 3.7.2 vB
Really Good Work !
Reply With Quote
  #41  
Old 05-08-2010, 06:07 PM
Kurel Kurel is offline
 
Join Date: Feb 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a snippet of code that doesn't use an iframe and is resizable for those of you who want to put it on the left side in Postbit_Legacy

Code:
<if condition="$post['fieldX']"><div style="background:#000 url(http://steamprofile.com/steam/profile/default/$post[fieldX].png) no-repeat scroll 0 0;width:140px;height:48px;"></if></div>
Adjust the width values to make it wider or thinner.

Here's an example of it in action.
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:15 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.04947 seconds
  • Memory Usage 2,328KB
  • 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
  • (6)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (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
  • (1)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