![]() |
STEAM Profile/Status Display
1 Attachment(s)
[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 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> 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 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 |
This is very good :)
|
anychance of this being in a profile block ?
|
Quote:
|
it's nice work :)
|
Quote:
|
i have this working on my site nicely, but it doesn't seem to be showing my status as online even though I am. why is that? i've only been able to test this with one steam id so far though...could just be my id?
nevermind works |
The image doesnt work very well on dark backgrounds because of the white corners, although its better than other images. Does it require the numerical steam id or does it work with links?
|
Oh wow, this is sexy! VERY nice release. I'm about to install and will consider donating. We're a source oriented community.
|
Quote:
|
Quote:
|
It doesnt seem to attach to every post I have. It is on some of my old posts but not all, its really random. It would be nice if it could fit on the left side in postbit legacy but its max width would need to be changed.
|
<a href="http://steamcard.com/designs" target="_blank">http://steamcard.com/designs</a>
Something like that for profiles would be a great addition! |
Is it possible to make the style of the widget customisable?
Mainly the colours, as the default gray looks very out of place on light backgrounds. On tf2maps it is their colour, how can we change this? (Or have I just missed something simple) |
Quote:
we are currently working on makeing the colors customizable for choosing in the submission form. right now its just a basic 'steam-style' widget. |
Ok, I finally got it working, however its hard to place it like the way you guys did it on the forums...oh my!
|
Very nice. Installed.
|
I appear to be clueless on this. Is x my Steam community ID? Where do I make these edits? I see nothing on where or how to make the adjustments. Will I have to do this for all members or does this setup the ability for forum members to add themselves? I am a bit green making tweaks like this so I apologize in advance. I do like that in your forums though. :)
Finally got the point and installed. It doesn't look as good on my theme as yours but since the whole site is due for renovation this summer this will be an important addition. |
Excellent mod. Looks great in my forums: http://flotgaming.net/forums/showthread.php?p=311
|
been using this for awhile :) would be nice to see extra options on there different backrounds etc :)
http://www.clan-killers.com/forum/an...-progress.html |
I love this, but it had problems on my forums. It didn't display right and cluttered up the thread headers. Any chance someone with the right know-how can make this a block in the profile instead, like this X-Fire status hack:
https://vborg.vbsupport.ru/showthread.php?t=184325 |
Well, this was working wonderfully until the pathetic steamprofiles.com link began showing up at the bottom of the images. Uninstalling right now.
Pathetic. |
Not sure where the coder for this actually thought about this but me and a few friends actually coded this years ago...
Check it out on my forums and if you like it let me know and I may release it. I have some of the forums blocked off to guests but there are some sections that should be viewable to the public. Just like this one goto any post and you will see it. www.oonclan.com |
Quote:
That is really quite interesting... What is even more interesting is that your using the same theme as we are but have no credits listed; why is that. Please, be careful as I was born at night but it was NOT last night. |
hey anuanu,
this was a script given to the community TF2Maps.net the script included a GNU General Public License. |
Quote:
|
Quote:
Quote:
<iframe src="steam/sp.php?id=$post[field5]" width="254" height="48" scrolling="no" frameborder="0"> </iframe> Mine are actual files located on my website. I can't remember or not if I CHMOD the folder or not but take a look here: www.oonclan.com/steam/sp.php?id=ENTER A STEAMID |
Ok I looked harder on there site and there file is located on there website also but named as sphtml.php...
I'm wondering if john released it when I told him not to... My apologizes for any irritation I caused. Myself and 3 friends (John, Dan, and Pete) actually created this code back in 2003 or 2004. Oh well though. Sorry again. |
Can not get it to work on my site, can I piggy back off someone or could someone tell me how to fix it. I keep getting no steam id or community id. If I chmod that directory I get Internal server error.
heres a link: PHP Code:
|
Greeting, I love this Mod and would like to get it on my site... although I'm brand new to vBull and have never loaded a mod before.
I was really hoping that we could get some directions that can walk us through the process, as it does seem straight forward, but I'm not even familiar with how to make a custom profile or where to look for the code, and then where to place the code when finished. Also, how do you know if you're using Postbit or Postbit_legacy. Thanks! |
Can you guys do something like this? http://www.noobsticks.com/members/8088/
|
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> I tried with: PHP Code:
|
i believe they quit doing it and everyone is making their own now or quit using them
|
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> Worked for me. |
I've tried to many times getting this to work, but no luck. Can't figure out what I'm doing wrong.
|
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> |
Thanks pIR, worked for me as well on 3.8.4 patch 2. Good luck guys.
|
My members are having trouble with the Steam ID aspect but other than that it's working great on 3.8.5
|
works even perfect on my 3.7.2 vB
Really Good Work ! |
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> Here's an example of it in action. |
All times are GMT. The time now is 07:14 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|