The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SteamProfile Integration Details »» | |||||||||||||||||||||||||||||||||
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 (Demo Coming Shortly) Installation
Additional Credits Barracuda the author of SteamProfile. drpepper of TF2Maps.net for his original vB 3.8.2 mod. Upgrade Instructions (1.0.0 > 1.0.1)
Version History 1.0.0 - Initial Release 1.0.1 - Fixed Quote Overlap Issue Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#102
|
||||
|
||||
<a href="http://www.theriseoftsm.com/forums/index.php" target="_blank">http://www.theriseoftsm.com/forums/index.php</a>
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? |
#103
|
||||
|
||||
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:
{vb:rawphrase 'posts'} : {vb:raw post.posts} </div> Code:
<vb:if condition="$post['fieldx']"><div class="steamprofile" title="{vb:raw post.fieldx}" style="float: left;"></div></vb:if> <script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="steamprofile/steamprofile.js"></script> 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:
.steamprofile { position: relative; width: 180px; height: 48px; background: #8ba6b8 url(background.png); overflow: hidden; margin: 4px; z-index: 100; } Code:
width: 180px; Code:
http://thogaming.com/forums/news-center/4325-new-tho-media.html#post4708 |
#104
|
|||
|
|||
|
#105
|
|||
|
|||
cool. will check it out.
|
#106
|
|||
|
|||
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 |
#107
|
|||
|
|||
so dose this works with the newest version vbulletin?
|
#108
|
|||
|
|||
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:
<vb:if condition="$post['title'] OR $show['messageicon']"> Code:
<vb:if condition="$post['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: center;"></div></vb:if> |
#109
|
|||
|
|||
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! |
#110
|
|||
|
|||
|
#111
|
||||
|
||||
Quote:
find: Quote:
and under that ^ line paste in: Quote:
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. Quote:
Mark |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|