Log in

View Full Version : Mini Mods - SteamProfile Integration


Mycologist
12-23-2009, 10:00 PM
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":
<script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script>
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":
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:
<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:
<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: right;"></div></vb:if>
Save. Finished.


Additional Credits
Barracuda (barracuda415@yahoo.de) the author of SteamProfile (http://code.google.com/p/steamprofile/).
drpepper (https://vborg.vbsupport.ru/member.php?u=226532) of TF2Maps.net (http://forums.tf2maps.net/) for his original vB 3.8.2 mod (https://vborg.vbsupport.ru/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
12-25-2009, 03:09 AM
Installed, but I can't find the profile. Any thoughts?

slimshotty
12-25-2009, 04:52 AM
How do you resolve this error?

Cache directory "cache" is not writable.

Thanks,

--Slim

slimshotty
12-25-2009, 04:55 AM
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
12-25-2009, 08:52 PM
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
12-25-2009, 08:54 PM
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
12-26-2009, 02:20 AM
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.

niake
12-26-2009, 08:51 AM
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
12-26-2009, 07:15 PM
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
12-26-2009, 10:32 PM
So is there a way to fix it??

JamesGunner
12-27-2009, 11:34 AM
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
12-27-2009, 01:50 PM
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
12-27-2009, 03:10 PM
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:
STEAM_[0-9]:[0-9]:[0-9]{3,}

stuky4ever
12-28-2009, 05:16 AM
How can I add the Steam Profile thing below the Post Count. Example.

Skyrider
12-28-2009, 11:31 AM
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
12-28-2009, 02:06 PM
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
12-28-2009, 02:11 PM
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
12-28-2009, 05:13 PM
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.

Skyrider
12-28-2009, 07:09 PM
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
12-28-2009, 08:44 PM
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
12-28-2009, 09:28 PM
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 :)

Skyrider
12-28-2009, 10:56 PM
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
12-28-2009, 11:44 PM
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.

<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://forum.esforces.com" />
<base href="http://forum.esforces.com/" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin 4.0.0" />


<meta name="keywords" content="esf,esfforums,ecx,earth's special forces,esforces,earthspecialforces" />
<meta name="description" content="The Earth's Special Forces Forums. New? Need help? Or just want to drop by? Ask your questions here!" />


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yuiloader-dom-event/yuiloader-dom-event.js?v=400"></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=400"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "images/misc";
var IMGDIR_BUTTON = "images/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "400";
var BBURL = "http://forum.esforces.com";
// -->
</script>
<script type="text/javascript" src="http://forum.esforces.com/clientscript/vbulletin-core.js?v=400"></script>



<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="css.php?styleid=29&amp;langid=2&amp;d=1261938163&amp;td=ltr&amp;sh eet=vbulletin.css,popupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" />


<title>Earth's Special Forces - Forums</title>

<link rel="stylesheet" type="text/css" href="css.php?styleid=29&amp;langid=2&amp;d=1261938163&amp;td=ltr&amp;sh eet=forumbits.css" />

<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css.php?styleid=29&amp;langid=2&amp;d=1261938163&amp;td=ltr&amp;sh eet=forumbits-ie.css" /><![endif]-->
<link rel="stylesheet" type="text/css" href="css.php?styleid=29&amp;langid=2&amp;d=1261938163&amp;td=ltr&amp;sh eet=forumhome.css" />

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6345932-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</head>



Now compare yours to my WIP site; jquery-1.3.2.min.js and steamprofile.js both are included in the header:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://ducksoup-gaming.com" />
<base href="http://ducksoup-gaming.com/" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin 4.0.0" />


<meta name="keywords" content="vbulletin,forum,bbs,discussion,bulletin board" />
<meta name="description" content="This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ ." />


<script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=400"></script>

<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=400"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "1262050863-23da81a2d06e5423ddf9b6591b3a35a1271462f0";
var IMGDIR_MISC = "images/misc";
var IMGDIR_BUTTON = "images/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "400";
var BBURL = "http://ducksoup-gaming.com";
// -->
</script>
<script type="text/javascript" src="http://ducksoup-gaming.com/clientscript/vbulletin-core.js?v=400"></script>



<link rel="stylesheet" type="text/css" href="clientscript/yui/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1262049749&amp;td=ltr&amp;she et=vbulletin.css,forumhome_sub_forum_manager.css,p opupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" />

<script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <script type="text/javascript">
<!--
$(function()
{
$('.subforumlist').removeClass('commalist');
$('.subforumlist').addClass('column3');
$('.forumdata').addClass('forumdata');
$('.datacontainer').addClass('datacontainer');
$('.subforums h4').css('display', 'none');
})
// -->
</script>

<title>DuckSoup-Gaming Forums</title>

<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1262049749&amp;td=ltr&amp;she et=forumbits.css" />
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1262049749&amp;td=ltr&amp;she et=forumbits-ie.css" /><![endif]-->
<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1262049749&amp;td=ltr&amp;she et=forumhome.css" />

<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1262049749&amp;td=ltr&amp;she et=tagcloud.css" />
<script type="text/javascript" src="clientscript/yui/animation/animation-min.js?v=400"></script>
<script type="text/javascript">
var sidebar_align = 'right';
var content_container_margin = parseInt('290px');
var sidebar_width = parseInt('270px');
</script>

<script type="text/javascript" src="http://ducksoup-gaming.com/clientscript/vbulletin-sidebar.js?v=400"></script>

</head>

Skyrider
12-29-2009, 12:09 AM
Please switch to the default vb4 theme if you can. That's where I added it, not the xmas theme. You'll see this:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yuiloader-dom-event/yuiloader-dom-event.js?v=400"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=400"></script>

<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "1262049089-63f27b9cafaa9e6a845fe12c32baeba18dbff0e2";
var IMGDIR_MISC = "images/misc";
var IMGDIR_BUTTON = "images/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "400";
var BBURL = "http://forum.esforces.com";
// -->
</script>
<script type="text/javascript" src="http://forum.esforces.com/clientscript/vbulletin-core.js?v=400"></script>



<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/reset-fonts/reset-fonts.css" />
<link rel="stylesheet" type="text/css" href="css.php?styleid=26&amp;langid=2&amp;d=1262006075&amp;td=ltr&amp;sh eet=vbulletin.css,popupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" />

<script src="http://forum.esforces.com/clientscript/gcbos.js" type="text/javascript"></script>

<script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="steamprofile/steamprofile.js"></script>

<script src="http://www.esforces.com/javascript/prettyPhoto/js/jquery-1.3.2.js" type="text/javascript" charset="utf-8"></script>
<script src="http://www.esforces.com/javascript/prettyPhoto/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="http://www.esforces.com/javascript/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />

<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>


as you can see, the needed code is there :).

Mycologist
12-29-2009, 12:39 AM
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.

Skyrider
12-29-2009, 12:46 AM
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
12-29-2009, 12:47 AM
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
12-29-2009, 01:02 AM
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?

z-index: 100;

mcca
12-29-2009, 01:17 PM
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
12-29-2009, 03:15 PM
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/).

ShawnV
12-30-2009, 03:51 AM
1) whats the overhead on running this on large forums?

VSLucky
12-30-2009, 04:07 AM
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
12-30-2009, 06:17 AM
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:

<if condition="$post['fieldx']"><div class="steamprofile" title="$post[fieldx]" style="float: right;"></div></if>

Hopefully that works for you, I cannot support v3.8 beyond this, I don't have it installed.

VSLucky
12-30-2009, 07:46 AM
Many thanks Mycologist.

The code worked perfectly.

Bouncer222
12-30-2009, 08:51 PM
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
12-30-2009, 11:03 PM
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
12-30-2009, 11:54 PM
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
01-03-2010, 02:34 AM
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?

Olli2k
01-03-2010, 12:37 PM
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.

ShawnV
01-03-2010, 05:07 PM
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
01-03-2010, 10:00 PM
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
01-03-2010, 10:05 PM
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
01-03-2010, 10:12 PM
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
01-03-2010, 10:29 PM
Check it out - we're using it.

http://www.fragdods.com/showthread.php?8526-Add-your-STEAMID

Thanks!

Eclyps19
01-04-2010, 02:16 AM
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?

Skyrider
01-04-2010, 09:43 AM
Anyway the steam mini-profiles can be put in the profiles menu in the left? I kinda dislike that it overwrites some quote/posts.

TFGoRP
01-04-2010, 01:52 PM
I would also like to know if they can be put on the left.

Skyrider
01-05-2010, 12:34 PM
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
01-07-2010, 06:19 PM
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:

<if condition="$post['fieldx']"><div class="steamprofile" title="$post[fieldx]" style="float: right;"></div></if>

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
01-08-2010, 08:29 AM
hello, can you write an hack like this for the Playstation Network?
that would be very nice

but this mod ist also great

Skyrider
01-08-2010, 08:50 AM
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
01-09-2010, 06:30 PM
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
01-11-2010, 02:25 PM
Help

Mycologist
01-11-2010, 03:37 PM
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
01-11-2010, 07:20 PM
Precisely how to do so to me because it showed that no-shows

Skyrider
01-12-2010, 08:36 AM
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
01-14-2010, 11:59 AM
works like a charm
Thank you :)

TFGoRP
01-14-2010, 01:30 PM
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?

Skyrider
01-14-2010, 03:34 PM
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.

Skyrider
01-16-2010, 10:33 AM
*shrugs*, mod uninstalled for now. I know you are busy (author) but I can't have issues like this on the forums.

d3vilfish666
01-16-2010, 03:50 PM
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
01-19-2010, 01:08 AM
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
01-19-2010, 02:00 AM
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
01-19-2010, 02:16 AM
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:

// load templates
profileTpl = $(configData.find('templates > profile').text());
loadingTpl = $(configData.find('templates > loading').text());
errorTpl = $(configData.find('templates > error').text());

// add theme path to image src
//profileTpl.find('img').attrAppend('src', themePath);
//loadingTpl.find('img').attrAppend('src', themePath);
//errorTpl.find('img').attrAppend('src', themePath);

then on steamprofile.xml, changed all SRC= images relative to root path. full steamprofile.xml code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<steamprofile-config>
<vars>
<!-- The Theme used by SteamProfile. Must be the name of a folder inside the "themes/" folder. -->
<var name="theme">default</var>
<!-- If set to true, the slider menu with icon links will be shown. -->
<var name="slidermenu">true</var>
<!-- If set to true, the banner of the currenty played game will be shown in the badge background. -->
<var name="gamebanner">true</var>
</vars>
<!-- The HTML templates for DOM manipulation. Change only if you know what you're doing. -->
<templates>
<profile>
<![CDATA[
<div class="sp-bg-game">
<div class="sp-bg-fade">
<div class="sp-badge">
<div class="sp-avatar">
<a target="_blank" href="">
<img src="" width="32" height="32" alt="" />
</a>
</div>
<div class="sp-info">
<a target="_blank" href=""></a><br />
</div>
<div class="sp-extra">
<div class="sp-handle"></div>
<div class="sp-content">
<a class="sp-joingame" title="Join Game" href=""><img src="/steamprofile/themes/default/icon_join_game.png" width="16" height="16" alt="" /></a>
<a class="sp-addfriend" title="Add to Friends" href=""><img src="/steamprofile/themes/default/icon_add_friend.png" width="16" height="16" alt="" /></a>
<a class="sp-viewitems" title="View Items" href="" target="_blank"><img src="/steamprofile/themes/default/icon_view_items.png" width="16" height="16" alt="" /></a>
</div>
</div>
</div>
</div>
</div>
]]>
</profile>
<loading>
<![CDATA[
<div class="sp-loading">
<img src="/steamprofile/themes/default/loading.gif" width="32" height="32" alt="" />
Loading...
</div>
]]>
</loading>
<error>
<![CDATA[
<div class="sp-error">
<img src="/steamprofile/themes/default/error.png" width="16" height="16" alt="Error" />
</div>
]]>
</error>
</templates>
</steamprofile-config>

hulkster
01-28-2010, 08:21 PM
Hi

i have a problem

invalid profile alias

it's looks like js dont work
but on VB option js i on

DJ29Joesph
02-08-2010, 09:30 PM
Worked great, thanks :P

hulkster
02-12-2010, 01:38 PM
can you help me please ?

Chainspell
02-12-2010, 03:23 PM
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
02-13-2010, 04:41 AM
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

<vb:if condition="$post['fieldX']"><iframe src="http://steamprofile.com/steam/profile/steamprofile/{vb:raw post.fieldX}.png" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></vb:if>

Chainspell
02-13-2010, 05:26 AM
whats your url? you have to have the .js files

hulkster
02-13-2010, 11:36 AM
for example
http://forum.thegames.pl/+++++wars/494-street-thug-madafakir-level-262-maniac.html

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]

eMike
02-15-2010, 07:00 PM
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.

DaMani
02-15-2010, 09:25 PM
It dont work :( I do all what in Installation say but I dont see it... why? pls help

eMike
02-15-2010, 10:04 PM
hm... now it works for some reason
ah well :)

Popa Andrei
02-19-2010, 02:08 PM
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
02-27-2010, 02:46 PM
how do y change the color of the box to suite mi theme?

hulkster
03-16-2010, 01:51 PM
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 :)

jessay
03-22-2010, 03:15 PM
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
03-22-2010, 09:19 PM
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
03-22-2010, 09:29 PM
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
03-25-2010, 08:05 PM
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
03-28-2010, 06:00 AM
Nice work. Installed

AzzX
03-29-2010, 02:41 AM
Looks Great. Nice Job.

Alucard^
04-07-2010, 11:41 AM
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.

Valof
04-09-2010, 02:53 PM
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
04-14-2010, 11:34 PM
For some reason, this only works for the first post. Is there a way to fix it so that all the posts work?

Kamern
05-06-2010, 01:13 AM
I'm getting the same problem as the above user.

Senja
05-10-2010, 06:55 PM
What's wrong?
Sry for my english.

P.Jackson
05-10-2010, 08:22 PM
<a href="http://www.clan-killers.com/forum/showthread.php/1-We-are-back" target="_blank">http://www.clan-killers.com/forum/sh.../1-We-are-back</a>-! Whats with that?

PcGamer
06-02-2010, 08:56 PM
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
06-04-2010, 03:24 AM
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
06-05-2010, 03:29 PM
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.

MattIS
06-27-2010, 01:42 PM
Can anyone tell me how to get this to work on 3.8?

VSLucky
08-09-2010, 01:36 PM
Can anyone tell me how to get this to work on 3.8?

<if condition="$post['fieldx']"><div class="steamprofile" title="$post[fieldx]" style="float: right;"></div></if>

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
08-10-2010, 06:17 PM
heres a more idiot proof regex for the steam profile field validation:
^STEAM_\d{1}:\d{1}:\d+$|^$
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
08-18-2010, 02:45 PM
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.

<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<vb:if condition="$post['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: right;"></div></vb:if>
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>

unknown22
08-20-2010, 03:42 PM
anyone?

unknown22
09-03-2010, 03:15 PM
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
09-05-2010, 11:45 AM
Nice work mate i put in the postbit section left side under the avatar look very sexy

unknown22
09-11-2010, 10:11 PM
How you put under avatar

johkalhaups
10-05-2010, 12:11 AM
<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?

i3lack
10-25-2010, 12:23 AM
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
{vb:rawphrase 'posts'} : {vb:raw post.posts}
</div>

Below Put
<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>

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

.steamprofile {
position: relative;
width: 180px;
height: 48px;
background: #8ba6b8 url(background.png);
overflow: hidden;
margin: 4px;
z-index: 100;
}

To Change how far it comes out change width: 180px;

I have mine at width: 180px;

http://thogaming.com/forums/news-center/4325-new-tho-media.html#post4708

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
10-25-2010, 10:59 AM
Hello Mycologist,

Works perfect Thank you

PS Steam ids can be found here: http://steamidfinder.com/

T3MEDIA
10-25-2010, 11:02 AM
cool. will check it out.

horussjr
10-28-2010, 06:31 PM
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

kroko
10-31-2010, 11:44 PM
so dose this works with the newest version vbulletin?

lcn
11-01-2010, 01:58 AM
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:
<vb:if condition="$post['title'] OR $show['messageicon']">

in DeepSkyBlue change the word right to center
<vb:if condition="$post['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: center;"></div></vb:if>

ccsdef
11-02-2010, 01:07 AM
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:

Stheal
01-12-2011, 01:31 PM
does the mod work? cause i have this problem

https://vborg.vbsupport.ru/ (http://img696.imageshack.us/i/sinttuloxur.jpg/)

Can anyone help me getting it work?

matrixmark
01-13-2011, 10:09 AM
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
01-13-2011, 10:16 AM
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
01-13-2011, 07:19 PM
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
01-15-2011, 10:44 AM
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

lcn
02-16-2011, 11:25 PM
Works fine, very nice addition to my forums.

tdkmatt
02-17-2011, 02:20 AM
will this work with 4.1.1

archet1337
02-18-2011, 01:20 AM
Just installed it on my 4.1.2 board, and it's working great. Thanks!

johkalhaups
09-29-2011, 02:44 PM
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.

stwan
01-15-2012, 04:14 PM
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
02-07-2012, 07:07 PM
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.

Kodi
07-01-2013, 05:48 AM
Hello,
What is my problem? http://scr.hu/0nw5/p9stu
I made the installation of the subjectand and what, ass.
Please help me.