View Full Version : SteamProfile Integration
Mycologist
24 Dec 2009, 16:35
Description
Integrates SteamProfile badges into your forum. Allows forum users to see the current status of other members, including, adding them as Steam firends, viewing their profile, joining their current game and viewing their Team Fortress 2 backpack. The script accepts Steam IDs (ex STEAM_X:X:XXXXXXXX), Steam Community IDs (17 digit number) or Steam Community Aliases. I have included my vB4 skin as the default for the widget.
Example Of The Badges (http://ducksoup-gaming.com/example.html) (Demo Coming Shortly)
Installation
Download attached "steamprofile_vb4_1.0.1.zip".
Expand and upload the "steamprofile" folder into your forum's root directory.
Go to AdminCP > Styles & Templates > Style Manager > Common Templates.
Add the following to a new line at the bottom of your "headinclude":
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Save.
Go to AdminCP > User Profile Fields > Add New User Profile Field > Single-Line Text Box.
Enter in what ever title and description you want.
Optional To only accept Steam IDs add the following to "Regular Expression":
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Change the "Display Page" option to "Options: Other".
Save.
Make note of the field number (ex field5).
Go to AdminCP > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit_legacy.
Find the following line:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace fieldX, in both locations, in the following line of code with your noted field number from above. Then add the code to a new line after the previous line:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Save. Finished.
Additional Credits
Barracuda (barracuda415@yahoo.de) the author of SteamProfile (http://code.google.com/p/steamprofile/).
drpepper (http://www.vbulletin.org/forum/member.php?u=226532) of TF2Maps.net (http://forums.tf2maps.net/) for his original vB 3.8.2 mod (http://www.vbulletin.org/forum/showthread.php?t=211193).
Upgrade Instructions (1.0.0 > 1.0.1)
Download attached "steamprofile_vb4_1.0.1_upgrade.zip".
Expand and upload the "steamprofile" folder into your forum's root directory. Replacing all files.
Finished.
Version History
1.0.0 - Initial Release
1.0.1 - Fixed Quote Overlap Issue
SuperTaz
25 Dec 2009, 04:09
Installed, but I can't find the profile. Any thoughts?
slimshotty
25 Dec 2009, 05:52
How do you resolve this error?
Cache directory "cache" is not writable.
Thanks,
--Slim
slimshotty
25 Dec 2009, 05:55
Nevermind the cache error. I resolved it by chmod 777 /forum/steamprofile/cache.
I have a new error:
cURL extension not loaded
What am I missing now?
Thanks,
--Slim
Mycologist
25 Dec 2009, 21:52
Installed, but I can't find the profile. Any thoughts?
Make sure you fill in your ID.
Go to Settings > Forum Settings > (The Input Box You Named Should Be Near The Bottom).
Mycologist
25 Dec 2009, 21:54
Nevermind the cache error. I resolved it by chmod 777 /forum/steamprofile/cache.
I have a new error:
cURL extension not loaded
What am I missing now?
Thanks,
--Slim
I am sorry, I cannot recreate this error. Is there any additional information you can provide?
Bouncer222
26 Dec 2009, 03:20
I have an issue, look at this link at post number 2 http://www.brotherhoodofgamers.com/showthread.php?55-Rate-the-above-user-s-signature!&p=195&viewfull=1#post195
as you can see, the quoted text goes over the steam signature, how do I fix that?
Thanks.
One user on my forum has only 4 digits number one he's Steam ID like STEAM_0:1:111
He get This user has not yet set up their Steam Community profile.
JamesGunner
26 Dec 2009, 20:15
If you display it there, then the quote will be hiding it. So if a player quotes at the start of his post it will be overlapping the steamprofile pic from what I tested.
Nevermind the cache error. I resolved it by chmod 777 /forum/steamprofile/cache.
I have a new error:
cURL extension not loaded
What am I missing now?
Thanks,
--Slim
Seems like that your Curl PHP module is not loaded. Ask your Hoster to enable this for you.
Bouncer222
26 Dec 2009, 23:32
So is there a way to fix it??
JamesGunner
27 Dec 2009, 12:34
So is there a way to fix it??
well, you cant stop the overlapping I guess. So a solution would be placing it somewhere else^^.
Mycologist
27 Dec 2009, 14:50
I have an issue, look at this link at post number 2 http://www.brotherhoodofgamers.com/showthread.php?55-Rate-the-above-user-s-signature!&p=195&viewfull=1#post195
as you can see, the quoted text goes over the steam signature, how do I fix that?
Thanks.
Fixed. Updated to version 1.0.1. Upgrade instructions are in the original post.
Mycologist
27 Dec 2009, 16:10
One user on my forum has only 4 digits number one he's Steam ID like STEAM_0:1:111
He get This user has not yet set up their Steam Community profile.
Well, if your users would like to take advantage of this mod, they will have to have a stream profile setup; there's no way around this. As for the short steam id, you could just delete or modify "regular expression". Example:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
stuky4ever
28 Dec 2009, 06:16
How can I add the Steam Profile thing below the Post Count. Example.
FF|Skyrider
28 Dec 2009, 12:31
I've installed everything correctly, and even used my 2 ID's *SteamID and profile ID*, both doesn't work. It doesn't show anything new in posts. I even replaced the X with the new profile field number that is correctly with the new one. On top of that, all files are uploaded correctly, and it loads the script files correctly if I copy/paste them in the browser.
Mycologist
28 Dec 2009, 15:06
How can I add the Steam Profile thing below the Post Count. Example.
You can add Step 14's code to pretty much anywhere in your postbit. Play around and see what you can come up with. Post a screen if you find a good place to use it.
Mycologist
28 Dec 2009, 15:11
I've installed everything correctly, and even used my 2 ID's *SteamID and profile ID*, both doesn't work. It doesn't show anything new in posts. I even replaced the X with the new profile field number that is correctly with the new one. On top of that, all files are uploaded correctly, and it loads the script files correctly if I copy/paste them in the browser.
Are you possibly using another template other than postbit_legacy for you forum's postbit? Could you post the URL of the site you are trying to install this mod on?
Bouncer222
28 Dec 2009, 18:13
Can you tell me what you did to make it appear on top of the quote in the style.css, what did you add/edit? Because I would like to configure something a bit so I need to know this. Thanks.
FF|Skyrider
28 Dec 2009, 20:09
Are you possibly using another template other than postbit_legacy for you forum's postbit? Could you post the URL of the site you are trying to install this mod on?
http://forum.esforces.com
If I've done something wrong, I'd love to know. As far as I know, legacy is the one having the mini-profile in posts in the left.
Mycologist
28 Dec 2009, 21:44
http://forum.esforces.com
If I've done something wrong, I'd love to know. As far as I know, legacy is the one having the mini-profile in posts in the left.
It looks like you forgot, at least, the code from step 4. None of your forum pages have jquery or steam profile loaded.
Bouncer222
28 Dec 2009, 22:28
Can you tell me what you did to make it appear on top of the quote in the style.css, what did you add/edit? Because I would like to configure something a bit so I need to know this. Thanks.
Please let me know :)
FF|Skyrider
28 Dec 2009, 23:56
It looks like you forgot, at least, the code from step 4. None of your forum pages have jquery or steam profile loaded.
If you check the source on any page, you'll see the code. I haven't changed anything.
Mycologist
29 Dec 2009, 00:44
If you check the source on any page, you'll see the code. I haven't changed anything.
I just did; twice. The code from step 4 is absent from your header.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now compare yours to my WIP site; jquery-1.3.2.min.js and steamprofile.js both are included in the header:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
FF|Skyrider
29 Dec 2009, 01:09
Please switch to the default vb4 theme if you can. That's where I added it, not the xmas theme. You'll see this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
as you can see, the needed code is there :).
Mycologist
29 Dec 2009, 01:39
The only thing I can think of, without mucking around in your admincp, is that your "prettyphoto"'s jquery might be conflicting with the steamprofile's jquery. Try disabling prettyphoto and see if it solves the issue.
FF|Skyrider
29 Dec 2009, 01:46
The only thing I can think of, without mucking around in your admincp, is that your "prettyphoto"'s jquery might be conflicting with the steamprofile's jquery. Try disabling prettyphoto and see if it solves the issue.
PrettyPhoto Disabled, still not working. Might be a possible plugin conflict with something else? Got these installed:
- AME 3
- BBR - Google Analytics Addon
- BBR - Resize Images with lytebox
- GCBOS
- Members who have Visited
- Separate Sticky and Normal Threads
- Site link for vbb4
- vBH - Add new tabs
- vbStopForumSpam
- Who Has Read a Thread.
Bouncer222
29 Dec 2009, 01:47
Originally Posted by Bouncer222 View Post
Can you tell me what you did to make it appear on top of the quote in the style.css, what did you add/edit? Because I would like to configure something a bit so I need to know this. Thanks.
Please let me know
Anyone please?
Mycologist
29 Dec 2009, 02:02
Originally Posted by Bouncer222 View Post
Can you tell me what you did to make it appear on top of the quote in the style.css, what did you add/edit? Because I would like to configure something a bit so I need to know this. Thanks.
Please let me know
Anyone please?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Installed and have this error message
Error file_put_contents(cache/dd2841607e3f8f63b9700a394eb61445.xml) [function.file-put-contents]: failed to open stream: Permission Denied
I also cant find my steam ID anywhere. Where would I find it?
Mycologist
29 Dec 2009, 16:15
Installed and have this error message
Error file_put_contents(cache/dd2841607e3f8f63b9700a394eb61445.xml) [function.file-put-contents]: failed to open stream: Permission Denied
I also cant find my steam ID anywhere. Where would I find it?
The error I'm not too sure about, can you post a link to the board you installed on? As for your ID, you can use two types:
Steam Community ID/Alias
Go to Steam's community site (https://steamcommunity.com/) and search for yourself using the search box on the top right. Click on your name and have a look at the URL. It should be something like "http://steamcommunity.com/profiles/76561197965018417" or "http://steamcommunity.com/id/robinwalker". Whatever comes after the last slash is your community ID. For the examples above, it would be "76561197965018417" or "robinwalker".
Steam ID
This is your in-game Steam ID used by mostly Valve games. It's a little more complicated to find, but you can try using this website (http://www.mysteamid.com/).
1) whats the overhead on running this on large forums?
VSLucky
30 Dec 2009, 05:07
Thanks for the terrific addon.
I am not sure if this is a question I can ask in this forum but is there any possibly way to use this add on on 3.8? Would it be the code that needs to be altered or both the code and the files uploaded? Thanks in advance.
Mycologist
30 Dec 2009, 07:17
1) whats the overhead on running this on large forums?
I wouldn't know the answer to this. I would assume the largest load comes from the two js files that are uploaded.
Thanks for the terrific addon.
I am not sure if this is a question I can ask in this forum but is there any possibly way to use this add on on 3.8? Would it be the code that needs to be altered or both the code and the files uploaded? Thanks in advance.
Substitute the code from Step 14 to this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Hopefully that works for you, I cannot support v3.8 beyond this, I don't have it installed.
VSLucky
30 Dec 2009, 08:46
Many thanks Mycologist.
The code worked perfectly.
Bouncer222
30 Dec 2009, 21:51
Crap i dont konw what happened, but it stopped displaying the information for the steam signature . You can check out any post at www.brotherhoodofgamers.com it only shows the background now and nothing else, how do I fix this?
Mycologist
31 Dec 2009, 00:03
Crap i dont konw what happened, but it stopped displaying the information for the steam signature . You can check out any post at www.brotherhoodofgamers.com it only shows the background now and nothing else, how do I fix this?
If it was working, now it isn't then it must have been something you did/installed/modified on your forum. I would backtrack your steps. (unless you can share something more about what happened)
Bouncer222
31 Dec 2009, 00:54
I really have no idea, I didn't really modify much , I installed comichat i believe it's called at my site on the bottom its like facebook chat. but i checked postbit and header and all the codes are still there, so I have no idea why it wouldn't show up.
angedelamort
03 Jan 2010, 03:34
Everyting seems fine except when displaying the information, I've got this error:
dl() [function.dl]: Unable to load dynamic library './bcmath.so' - ./bcmath.so: cannot open shared object
I Haven't checked the code, but do you need some php extension in order to run that plugin?
Crap i dont konw what happened, but it stopped displaying the information for the steam signature . You can check out any post at www.brotherhoodofgamers.com it only shows the background now and nothing else, how do I fix this?
Same Problem here, but after a fresh Install. example.html works fine, but in vB there is only the steam_id in the mouseover tooltip.
Message: Object doesn't support this property or method
Line: 165
Char: 3
Code: 0
URI: http://www.xxxxx.com/steamprofile/steamprofile.js
Internet exploder 8 seems to get this error, works good on FF.
Bouncer222
03 Jan 2010, 23:00
Can someone please help me, I'm ripping my hair out trying to figure this problem out...
Only my background image shows up for my steam profile, I'm using the one from http://code.google.com/p/steamprofile/
It doesn't really make a difference because they are both the same, just look different. Only my background image shows up, and nothing else, no error, not even an "Invalid steam community id specified!" error.
Can someone please figure out why it only shows background image? You can view it on my profile at http://www.brotherhoodofgamers.com/member.php?1-Bouncer for example its on top of the visitor message box on the top right or any post in the forums, its on the top right.
Please help me fix this, thanks.
Bouncer222
03 Jan 2010, 23:05
And I just uploaded the example.html , if you go here http://www.brotherhoodofgamers.com/example.html it works, but on my forums and memberinfo template it wont show?
Bouncer222
03 Jan 2010, 23:12
K I figured it out, apperently my ComiChat 1.5 interferes with it, and somehow doesn't make it load, I put the comichat 1.5 script codes in the bottom of the footer, so anyone know how to make them not interfer , apperently it somehow is making it not load or something.
allenewood
03 Jan 2010, 23:29
Check it out - we're using it.
http://www.fragdods.com/showthread.php?8526-Add-your-STEAMID
Thanks!
Eclyps19
04 Jan 2010, 03:16
I'm getting "Invalid Community Data"
When doing a view source on the page, I've got the following
<div class="steamprofile" title="STEAM_0:1:202611" style="float: right;"></div>
this is the correct steamID. Any idea why i'm getting an invalid community data error?
FF|Skyrider
04 Jan 2010, 10:43
Anyway the steam mini-profiles can be put in the profiles menu in the left? I kinda dislike that it overwrites some quote/posts.
I would also like to know if they can be put on the left.
FF|Skyrider
05 Jan 2010, 13:34
I got it to work, but I do have a question. Once I launch a game and refresh the thread/post, it still says "online". When does it update that it says the user is playing a game?
And PS.. Anyway possible you can make a bit more obvious that you are able to expand the mini-steam profile to add friends/see items? It's a bit hard to tell that you are able to until you press it by accident.
EDIT2:
I see the mini profiles are going through quote and other bbcodes.. Can this be solved? :)
EDIT 3:
I see sometimes the bar loads, but is blank but gets solved by refreshing the page. Any idea what is causing it though?
Caboose
07 Jan 2010, 19:19
I wouldn't know the answer to this. I would assume the largest load comes from the two js files that are uploaded.
Substitute the code from Step 14 to this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Hopefully that works for you, I cannot support v3.8 beyond this, I don't have it installed.
Yes this substitute code does work on V3.8 . Thanks
My problem is its not showing in the userCP at all for people to edit. Should be somewhere in "Edit your details" I was able to go to my user account via the AdminCP and add my steam ID to test it. Id does work just no edit field for other users.
I would also like to know if anyone had any luck finding where in the postbit_legacy to add the code so it shows under the left side instead of the top right.
Thanks
kilimann
08 Jan 2010, 09:29
hello, can you write an hack like this for the Playstation Network?
that would be very nice
but this mod ist also great
FF|Skyrider
08 Jan 2010, 09:50
Just wanted to add that the steam mini-profile in posts won't load for your newly created quick-post. It shows blank.
And Caboose, it should show up (SteamID Box) in here:
/profile.php?do=editoptions
It's within the forum options, not edit profile.
Mateusz0307zk
09 Jan 2010, 19:30
Hi,
I have a strange problem, everything did turn and I have such a mistake as to the screen ->
http://iv.pl/images/e5gqycux0iwhbz1o6wg.jpg
http://iv.pl/images/l26kzzgeie3tnlofik6.jpg
Mateusz0307zk
11 Jan 2010, 15:25
Help
Mycologist
11 Jan 2010, 16:37
I've been quite busy lately and i'll try to help everyone out soon, but I have changed how the badges work on my own site and was wondering if you guys would rather have it in this new design?
Mateusz0307zk
11 Jan 2010, 20:20
Precisely how to do so to me because it showed that no-shows
FF|Skyrider
12 Jan 2010, 09:36
There is something wrong with my steam profile within posts. It keeps saying I'm playing team fortress 2 for days now, even while I'm not even online.
Trip3151
14 Jan 2010, 12:59
works like a charm
Thank you :)
I've been quite busy lately and i'll try to help everyone out soon, but I have changed how the badges work on my own site and was wondering if you guys would rather have it in this new design?
I love it like that.
How do i attach it to that section of the post?
FF|Skyrider
14 Jan 2010, 16:34
It still says I am playing TF2, while my steam is offline... been doing this for days now. When I click online, it says I've been offline for over 32 hours.
FF|Skyrider
16 Jan 2010, 11:33
*shrugs*, mod uninstalled for now. I know you are busy (author) but I can't have issues like this on the forums.
d3vilfish666
16 Jan 2010, 16:50
I maybe off the ball here but I think if you close your browser then empty your browser cache and then relogin to your website it will show the correct status. { both ie 7/8 & ff 3.x have settings in options to delete browser history cookies cache etc automaticly}
Info for the author if there is anyway to push the cookie to refresh that would be great.
Chainspell
19 Jan 2010, 02:08
k i got it to work except for the images.
the images are displayed fine (the buttons to add friends, etc) in firefox. but in IE the address for the images is: http://www.tf2tactics.com/steamprofile/themes/default/http://www.tf2tactics.com/icon_add_friend.png
anyone got a clue on how to fix this? i've been digging around...
Chainspell
19 Jan 2010, 03:00
http://www.tf2tactics.com/showthread.php?360-Tell-us-what-you-think-about-the-site!&p=480#post480
i also edited the colors and some of the icons to look exactly like the friends list on steam. if you guys want me to upload my steamprofile folder just let me know :)
anyone been able to fix the icon thing yet?
Chainspell
19 Jan 2010, 03:16
hahaha!!! i fixed it!
for those who are wondering, i commented out those pesky double src url thingy (added the red comment tags) on steamprofile.js:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
then on steamprofile.xml, changed all SRC= images relative to root path. full steamprofile.xml code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
hulkster
28 Jan 2010, 21:21
Hi
i have a problem
invalid profile alias
it's looks like js dont work
but on VB option js i on
DJ29Joesph
08 Feb 2010, 22:30
Worked great, thanks :P
hulkster
12 Feb 2010, 14:38
can you help me please ?
Chainspell
12 Feb 2010, 16:23
you cant put in your steam profile login for some reason, it doesnt work. you have to use STEAM_X:X:XXXXXXXX or Steam Community IDs (17 digit number)
also i didnt do this part (number 8 in the guide):
Optional To only accept Steam IDs add the following to "Regular Expression":
STEAM_[0-9]:[0-9]:[0-9]{4,}
because you can't put in the 17 digit number if you do.
hulkster
13 Feb 2010, 05:41
Hi
I do everithings,couple times
i even miss nr 8
but still have this
http://thegames.pl/photos/x.jpg
I have Loadnig and then this /\ (on the sreen)
we rebuild code but don have js adsons
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Chainspell
13 Feb 2010, 06:26
whats your url? you have to have the .js files
hulkster
13 Feb 2010, 12:36
for example
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I have .js files
i upload it to foroomroot/steamprofile folder
but dont work :|
(this forum ban word m-a-f-i-a- in url i have ++++++) [witchout minus of course]
Very cool mod, but im having an issue.
Everything appears to be working, but the only output i get is this:
http://esports.no/img/steamss.jpg
Avatar, Nickname and Online status (which does not seem to change)
Kindof wondering what i am missing here.
It dont work :( I do all what in Installation say but I dont see it... why? pls help
hm... now it works for some reason
ah well :)
Popa Andrei
19 Feb 2010, 15:08
cant this be made to make the teamplate changes automaticaly?
edit:done it all step by sterp but nothing appears in the post :(
Popa Andrei
27 Feb 2010, 15:46
how do y change the color of the box to suite mi theme?
hulkster
16 Mar 2010, 14:51
ok
works :)
i have a problem with my server and client
because hanged file names and they were just small characters :)
but it works right now great :)
I've been quite busy lately and i'll try to help everyone out soon, but I have changed how the badges work on my own site and was wondering if you guys would rather have it in this new design?
Yes, please. I think that the community would really like to have that feature!
Bouncer222
22 Mar 2010, 22:19
K I have not posted here in a long time..
But this is getting irritating and I need to fix this..
It seems that everytime I add some js file to be included in my site (don't remember if it matters what templates I edit)..
But once I add something like maybe cometchat and the twitter login box modification...
All my steam id signatures on forums right away turn to invalid steam community id with an x. Apparently its not working therefore.
How to fix this PLEASE?
Bouncer222
22 Mar 2010, 22:29
k it seems to work now...strange....
Anyway when I put
vb:if condition="$userinfo['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: right;"></div></vb:if>
into the MEMBERINFO template to show the steam id under the avatar..it shows No Profile Id Assigned, why? field 5 is the profile id field.
I changed post to userinfo, hoping that would work cause its on member profile page, what did I do wrong/how to fix?
Thanks.
Example:http://www.brotherhoodofgamers.com/members/bouncer.html
Bouncer222
25 Mar 2010, 21:05
Any idea why when I put it in MEMBERINFO template with this html...
<vb:if condition="$userinfo['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: right;"></div></vb:if>
using $userinfo it shows "No profile ID Assigned"?
It's some error but I cannot figure it out
Thanks.
PaidGamers.net
28 Mar 2010, 07:00
Nice work. Installed
Alucard^
07 Apr 2010, 12:41
Would be really cool if you can do something like http://steamprofile.com (i am talking about the deisgn). For example, if you are online the border of the avatar is green, if you are offline is black.
Sry for my english.
Would be really cool if you can do something like http://steamprofile.com (i am talking about the deisgn). For example, if you are online the border of the avatar is green, if you are offline is black.
Sry for my english.
I made something like this on my forum cs (http://volta-sq.pl)
CampinCarl
15 Apr 2010, 00:34
For some reason, this only works for the first post. Is there a way to fix it so that all the posts work?
I'm getting the same problem as the above user.
What's wrong?
Sry for my english.
P.Jackson
10 May 2010, 21:22
http://www.clan-killers.com/forum/showthread.php/1-We-are-back-! Whats with that?
PcGamer
02 Jun 2010, 21:56
For some reason, this only works for the first post. Is there a way to fix it so that all the posts work?
Same here... this is only shown in the first post. Would like to see it on replies as well.
**Update**
Figured out why it's not shown on every post. Because we set the code within a condition, only posts with a Title or Message Icon will show the steam profile.
Go to CP -> Settings -> Options -> Message Posting and Editing Options -> Automatically Quote Post / Thread Title: Set to "YES".
This will give each post a title and therefore will show the steam profile.
lavagod
04 Jun 2010, 04:24
Has any one found a way to add it to the left side yet? I would like to at it to the same section the Avatar is listed.
Right now I have it working, but to show up in every post you have to make it post the thread title, and I don't like how that looks.
CampinCarl
05 Jun 2010, 16:29
Same here... this is only shown in the first post. Would like to see it on replies as well.
**Update**
Figured out why it's not shown on every post. Because we set the code within a condition, only posts with a Title or Message Icon will show the steam profile.
Go to CP -> Settings -> Options -> Message Posting and Editing Options -> Automatically Quote Post / Thread Title: Set to "YES".
This will give each post a title and therefore will show the steam profile.
You are amazing.
Can anyone tell me how to get this to work on 3.8?
VSLucky
09 Aug 2010, 14:36
Can anyone tell me how to get this to work on 3.8?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Substitute that for Step 14. Myco walked me through this earlier in the thread for one of my older boards and that should work.
Bunni U
10 Aug 2010, 19:17
heres a more idiot proof regex for the steam profile field validation:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It ensures that there is nothing infront of steam (we had a description of the field along the lines of "Your steam id, EX: STEAM_0:1:12345", and we actually had a handful of users enter "EX: STEAM_0...", this regex will prevent it), also allows users to clear the userfield. Should also perform a bit better.
unknown22
18 Aug 2010, 15:45
Hey,
One thing when someone enters there steam id it shows the status etc.. but if someone hasn't entered their id it shows nothing no box at all. Also it's showing everyone as: This profile is private.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
unknown22
20 Aug 2010, 16:42
anyone?
unknown22
03 Sep 2010, 16:15
hello can someone help the steam profiles shows on there top right when they post but not replys?? Adn doesn't update if someone switches from private to non private profile, stays on private even if they switch it.
JRodriguez
05 Sep 2010, 12:45
Nice work mate i put in the postbit section left side under the avatar look very sexy
unknown22
11 Sep 2010, 23:11
How you put under avatar
johkalhaups
05 Oct 2010, 01:11
http://www.theriseoftsm.com/forums/index.php
I use posbit instead of postbit_legacy, is there anyway to have this show up to the left of the info in posts like location, posts, join date, etc?
I put this under my postbit right under the Posts:XXX
To Do this follow the instructions below.
1. Go to Postbit_Legacy
2. Search "Posts" should look like this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Below Put
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Make sure to change ['fieldx'] to your field number exp: ['field5']
Save and Load . It too long so to edit this go to steamprofile/themes/default
Edit the Style.css file and change to this
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
To Change how far it comes out change
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I have mine at width: 180px;
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
If you have already installed this make sure you delete the coding you put in. If you dont it will not work with this!
R4Z0R49
25 Oct 2010, 11:59
Hello Mycologist,
Works perfect Thank you
PS Steam ids can be found here: http://steamidfinder.com/
T3MEDIA
25 Oct 2010, 12:02
cool. will check it out.
horussjr
28 Oct 2010, 19:31
can somebody make the 2.0.4 work on vbulletin 4.0.8? (or any other v4). here is the official project link
http://code.google.com/p/steamprofile/
PS: not changing the status because of the setting in the files. it's veri ugly made, unfinished etc. i made some changings into the files and themes and it's a lot nicer. and work very well changing the refresh rate
so dose this works with the newest version vbulletin?
Works well with Vbulletin 4.0.8
I modified one small part so the Steam information is posted on the left.
# Go to AdminCP > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit_legacy.
# Find the following line:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
in DeepSkyBlue change the word right to center
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
For those asking about http://code.google.com/p/steamprofile/.
Just use the same instructions as given here however note that you need only include the javascript files included in the new release you do not need jQuery.
If you want the Steam profile to show up on every post simply just move it (the code from step 14) before the code found in step 13.
Also in the default CSS to fix the quote overlap problem you must add a z-index. I used the following to properly display all images and fix the quote overlap.
.steamprofile z-index = 1
.steamprofile .sp-extra z-index = 2 (this just pertains to the stuff that rolls out)
.steamprofile .sp-handle z-index = 3 (this is the part you click to roll out the extras)
Hope this helps!:cool:
does the mod work? cause i have this problem
http://img696.imageshack.us/img696/5346/sinttuloxur.jpg (http://img696.imageshack.us/i/sinttuloxur.jpg/)
Can anyone help me getting it work?
matrixmark
13 Jan 2011, 11:09
How can I add the Steam Profile thing below the Post Count. Example.
Took a bit of playing around but finally got it for me :D
find:
{vb:raw post.yahooicon} {vb:raw post.skypeicon}
In your postbit_legacy file.
and under that ^ line paste in:
<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: left;"></div></vb:if>
Make sure to change the X in ['fieldX'] part to the number of your field when you created it.
Save and reload.
p.s you might and probably will have to modify the css a little to fit it in there better! but that I wont explain as it might be different all depending what theme you are using etc. The css file is located in "/steamprofile/themes/default" this is the block you need to edit up a little bit to fit your needs.
.steamprofile {
position: relative;
width: XXXpx;
height: XXXpx;
background: #8ba6b8 url(background.png);
overflow: hidden;
margin: 4px;
z-index: 100;
}
Replace the XXX's with the sizes for your forum, i used width: 170px; height: 48px; for mine but it might be different for yours
Well hopefully that made sense :p if not let me know and i'll try and explain better. Oh and here is a lil screenshot of what it looks like... hope this is allowed :O
http://img19.imageshack.us/img19/6997/capturehr.png (http://img19.imageshack.us/i/capturehr.png/)
Uploaded with ImageShack.us (http://imageshack.us)
Mark
Johnny5_Hull
13 Jan 2011, 11:16
Well I have tried installing it and All I get is the steam code on the page, althoug it is greyed out when looking at it with firebug (As in it isn't displaying).
I have tried a number of things, including the css, not using the jquery, turning off all other plugins etc
I even tried it on the default template to see if it was something on my template not working...
Im running Version 4.1.0PL2
Ive disabled it for now untill it's clear that it works, But I would really like it running, so if anyone has any suggestions.
Johnny5_Hull
13 Jan 2011, 20:19
Update....
It was working all along, what was happening is that on occasion, it just doesnt show, almost like the JS has timed out when trying to bring the profile through. A couple of refreshes and it appears.
Not very reliable though, but still a good little mod nontheless :)
horussjr
15 Jan 2011, 11:44
it is full working. you have to know how to install it. installed the last version from google when it appeared:). take a look www.stormzone.ro/forum
it is embeded in posts
Works fine, very nice addition to my forums.
tdkmatt
17 Feb 2011, 03:20
will this work with 4.1.1
archet1337
18 Feb 2011, 02:20
Just installed it on my 4.1.2 board, and it's working great. Thanks!
johkalhaups
29 Sep 2011, 15:44
For those asking about http://code.google.com/p/steamprofile/.
Just use the same instructions as given here however note that you need only include the javascript files included in the new release you do not need jQuery.
If you want the Steam profile to show up on every post simply just move it (the code from step 14) before the code found in step 13.
Also in the default CSS to fix the quote overlap problem you must add a z-index. I used the following to properly display all images and fix the quote overlap.
.steamprofile z-index = 1
.steamprofile .sp-extra z-index = 2 (this just pertains to the stuff that rolls out)
.steamprofile .sp-handle z-index = 3 (this is the part you click to roll out the extras)
Hope this helps!:cool:
I updated my Steamprofile with the Google code version and everything works ok but where do I put that CSS at because Ive tried it in several .css templates on my skin and the quote box still overlaps it.
You just said to put it in the "default" css but there is no template named that.
Im on vB 4.1.6 if that matters.
does the mod work? cause i have this problem
http://img696.imageshack.us/img696/5346/sinttuloxur.jpg (http://img696.imageshack.us/i/sinttuloxur.jpg/)
Can anyone help me getting it work?
in 4.1.10 bug confirm
ianskate
07 Feb 2012, 19:07
I had it working in 4.1.9, but it no longer shows up in 4.1.10. Same code, same locations, same templates. I'm confused.
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.