Version: 1.0.1, by Mycologist
Developer Last Online: Feb 2013
Category: Mini Mods -
Version: 4.0.0
Rating:
Released: 12-23-2009
Last Update: 12-26-2009
Installs: 88
Template Edits
Re-useable Code Additional Files Translations
No support by the author.
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.
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:
STEAM_[0-9]:[0-9]:[0-9]{4,}
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:
<vb:if condition="$post['title'] OR $show['messageicon']">
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:
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.
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
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!
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.