View Full Version : Add-On Releases - Steam Mini Profiles (For Steam Connect)
Disasterpiece
07-14-2011, 10:00 PM
This Addon displays a Mini Steam Box in the postbit template.
It requires the Steam Connect Addon (https://vborg.vbsupport.ru/showthread.php?t=266883) to find the according Steam ID.
It's a vbulletin-implementation of Barracuda's (http://nuclearvelocity.com/barracuda/about/) SteamProfile Plugin (http://code.google.com/p/steamprofile/).
INSTALL
1) Upload all the files inside "upload" directory to their respective locations
2) CHMOD directory "clientscript/steamprofile/cache" to 777
3) Import the product xml file as an Addon inside your AdminCP
4) Navigate to Settings > "Steam Mini Profile Settings" and configure the product to fit your needs.
BASIC STYLING
The best idea is to use it in the upper right corner of the postbit. You can accomplish this by adding this CSS to your CSS > additional.css template:
div.steamprofile{
float:right;
display:block;
z-index:300;
}
If you want to place it at any other position inside the postbit* template, follow the instructions in this post: https://vborg.vbsupport.ru/showpost.php?p=2221270&postcount=3
Just place the following part anywhere you like the profile to appear:
<vb:if condition="$post['steamid']"><div class="steamprofile" title="{vb:raw post.steamid}"></div></vb:if>
See Upgrade Notes (https://vborg.vbsupport.ru/showthread.php?p=2329265#post2329265) for Upgrade v1.0 -> v1.1
Garrey
07-16-2011, 02:13 PM
But how can I move it? It's before post - but I would like to get it after post and aligned to right.
Thanks!
Disasterpiece
07-16-2011, 06:23 PM
But how can I move it? It's before post - but I would like to get it after post and aligned to right.
Thanks!
Hi
First, go to Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start".
Then you navigate to Styles > Templates > Postbit > postbit/postbit_legacy (depends on what you're using)
Find:
<!-- / attachments -->
</vb:if>
Below, add:
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
Then Navigate to Styles > Templates > CSS > additional.css
Add this to the template somewhere:
div.steamprofile{
float:right;
display:block;
z-index:300;
}
Save
That's it!
Garrey
07-17-2011, 12:24 PM
You are fast!
Thanks a lot! :)
doesnt display the miniprofile...
i went and disabled the plugin hook ' Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start". '
and i check the source of the html... it is where it needs to be, but it doesnt display...
any ideas?
ps. steam connect works 100%
Disasterpiece
07-21-2011, 12:33 PM
doesnt display the miniprofile...
i went and disabled the plugin hook ' Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start". '
and i check the source of the html... it is where it needs to be, but it doesnt display...
any ideas?
ps. steam connect works 100%
View the source code of your forum and search for the term "steamprofile/ajax/steamprofile.min.js"
It should appear within the head-tags of your template. If it doesn't, you need to include the following line in your headinclude template manually:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>
Substiture example.com with your forum url.
its there... have looked around at all the settings, still no idea... all the files are in the right folders.. steam connect is 100% all settings look 100%.
http://www.wkaclan.com/ if you want to peak at the source. (youll only be able to see the news section, which should be enough to see the source of a page with it on it)
iv also tried it with this on and off
First, go to Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start".
Disasterpiece
07-22-2011, 04:56 PM
The plugin Add steamprofile should remain active.
It seems you're missing jquery. What does the setting "Skip JQuery" say in your admincp > steam mini profile settings?
Trip3151
07-24-2011, 08:59 AM
I get Invalid profile data. any one know why?
Disasterpiece
07-24-2011, 11:49 AM
I get Invalid profile data. any one know why?
Is your cache directory writeable? (clientscript/steamprofile/cache)
Trip3151
07-25-2011, 05:54 AM
Is your cache directory writeable? (clientscript/steamprofile/cache)
Hi Disasterpiece
yeah I chmod it to 777 but still getting the same problem
http://forum.builtforsin.org/showthread.php?1016-Sign-in-Through-STEAM!
Disasterpiece
07-25-2011, 03:53 PM
Hi Disasterpiece
yeah I chmod it to 777 but still getting the same problem
http://forum.builtforsin.org/showthread.php?1016-Sign-in-Through-STEAM!
Do you have access to a database administration tool like phpmyadmin?
If so, take a look in the steam_link field in the vb_users table and send me a few values per PM from users where the mini profile is not working.
Skyrider
09-02-2011, 11:06 AM
What code do I use to manually add the code so I can move the mini-profile to a different template or position?
Small bug report:
When viewing a private message, at the message of someone else that I'm viewing, it shows the steam information of my own, not of the person that messaged me.
Disasterpiece
09-02-2011, 05:12 PM
What code do I use to manually add the code so I can move the mini-profile to a different template or position?
Depends where you want the miniprofile to appear. postbit template makes the most sense, since it can basically positioned anywhere inside the postbit area.
Small bug report:
When viewing a private message, at the message of someone else that I'm viewing, it shows the steam information of my own, not of the person that messaged me.
Noted, thanks for your feedback :)
Skyrider
09-03-2011, 06:02 AM
Well, the mini-profile shows it within the legacy template. But the problem is that the thread icon is in the way (in my opinion) and it fills up some space. Perhaps I wanted to add it in the user profile information at the left within posts rather than above the title of the thread.
But when I remove the icons from the template's code, it also removes the small black line as well which is shown just below the thread's and replies icon which I don't want. Hence I'd like the steam mini-profile's template code so I can add it on different places.
EDIT:
Can users make their own steam-mini profile private so it won't display within threads?
Also, I think the mini-profile should be hidden if it displays this text:
This user has not yet set up their Steam Community profile.
wtfaatp
09-03-2011, 04:40 PM
For some reason all we are getting is grey boxes were the steam profile should be... Any idea on what might be causing this?
CoZmicShReddeR
09-03-2011, 08:51 PM
Same here I think Steam changed something... Disasterpiece could you please update the code for this?
Disasterpiece
09-06-2011, 10:02 AM
Right at it, give me a few days please...
Disasterpiece
09-06-2011, 05:04 PM
For some reason all we are getting is grey boxes were the steam profile should be... Any idea on what might be causing this?
Same here I think Steam changed something... Disasterpiece could you please update the code for this?
Anyone still having trouble with this? For some reason, all my boxes seem to work again in my forums, so this might have been a short steam-related issue.
Skyrider
09-06-2011, 08:34 PM
What is the raw code so I can replace the mini-steam profile on a different place within the postbit?
wtfaatp
09-09-2011, 11:20 PM
Anyone still having trouble with this? For some reason, all my boxes seem to work again in my forums, so this might have been a short steam-related issue.
Yes i'm still having this problem... Here is a link to my forums if you would like to view.
http://mfc4life.com/showthread.php?32
Also note that for testing purposes its currently only installed on "Darkness"
CoZmicShReddeR
09-24-2011, 02:48 PM
Yes am still having issues with this working...
Disasterpiece
09-24-2011, 04:51 PM
Yes am still having issues with this working...
Could you send me a link to your forum?
Works in my forum without changing a line of code.
wtfaatp
09-24-2011, 06:56 PM
this is still a problem on my site also....
http://mfc4life.com/showthread.php?2-Counter-Strike-Source-autoexec.cfg
Disasterpiece
09-25-2011, 07:17 AM
this is still a problem on my site also....
http://mfc4life.com/showthread.php?2-Counter-Strike-Source-autoexec.cfg
According to your sourcecode, you linked jquery 2 times. Try to enable the option "skip jquery inclusion" in the admincp > settings > Steam Mini Profiles
wtfaatp
09-25-2011, 04:42 PM
I've already enabled that option.
For good measure I disabled it check and re-enabled.
Disasterpiece
09-25-2011, 05:58 PM
Then I suppose, you have the js inclusions from an older installation of steam miniprofile left, I can see the steamprofile.*.js being included twice and jquery being included three times.
You should fix your headinclude organization first.
mfowler70
09-27-2011, 07:28 PM
Hi
First, go to Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start".
Then you navigate to Styles > Templates > Postbit > postbit/postbit_legacy (depends on what you're using)
Find:
<!-- / attachments -->
</vb:if>
Below, add:
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
That's it!
Tried this, and although it works, I wasn't happy with the results since it also shows the block for users who haven't linked their Steam account. But there's a much easier method.
Go into the "add steam profile" plugin hook, and for the PHP code simply change:
if ($steam_id = get_user_steamid($user_info))
$template_hook['postbit_messagearea_start'] .= '<div class="steamprofile" title="'.$steam_id.'"></div>';
To this:
if ($steam_id = get_user_steamid($user_info))
$template_hook['postbit_userinfo_right'] .= '</div><div class="steamprofile" title="'.$steam_id.'"></div><div>';
Notice the extra DIV tags in the replacement code. This places the block directly under the Join Date/Location/Post Count part of the Userinfo section in the postbit. Your mileage may vary if using postbit_legacy as I don't use that.
Oh yeah, and awesome mod. Thanks!
Disasterpiece
09-28-2011, 11:21 AM
Ah cool, looks nice btw :)
wombycat
09-29-2011, 10:36 AM
Love these mods, great work!!!
I have a small issue the mini profile. It displays "BCMath extension required" in the mini display
http://reactgaming.net.au/showthread.php?86-Who-do-u-think-is-going-to-challenge-react-next
i think this will be something simple though i have scoured these mod pages to no avail.
Cheers in advance
Disasterpiece
09-29-2011, 01:57 PM
Well, BCMath is a math php extension, you can find it here: http://www.php.net/manual/en/book.bc.php
Installing it should solve the problem. However, I don't recall any functions the vbulletin mod is using, maybe the code from barracuda's original steam mini profiles tool requires this somehow. Do you have an older php version than 5.2?
wombycat
09-29-2011, 03:09 PM
Not sure on the php version, contacted host and they enabled BCMATH extensions. Used a repository in LINUX? Apparently I was very lucky :/
Love the mod :)
Skyrider
10-02-2011, 11:28 AM
"No profile ID assigned"
Anyway to hide if members get this?
Plus, how do you hide the SteamID profile from even being shown to members that don't want to show it to the public?
billstelling
10-10-2011, 01:35 PM
For some reason all we are getting is grey boxes were the steam profile should be... Any idea on what might be causing this?
if you are referring to the box being empty when you do a quick reply it has to do with vB and not steam or the mod. Quick reply amends the page for you without refreshing it for you but it is added to the db and anyone who opens the thread will see it as it as it should be just not you because it amended the page on your side but did not call back and refresh the page. If you navigate away from the page and then go back to it you will see the info in the box. or refresh the page, but you don't need to for any reason as everyone else will see it correctly.
billstelling
10-18-2011, 02:42 AM
Hey DP. I'm getting the "Invalid profile data." on my test site on another server. It works great on the other site but I can't figure out why it's not working on this site. I had to check no for Skip JQuery Inclusion on this site and the other site is set the same.
billstelling
10-18-2011, 02:49 AM
Oh, hey, if you would like a vB 4.1.7 suit to test and work with I will hook you up with my test site to use for working on your mods.
Disasterpiece
10-18-2011, 02:14 PM
Hey DP. I'm getting the "Invalid profile data." on my test site on another server. It works great on the other site but I can't figure out why it's not working on this site. I had to check no for Skip JQuery Inclusion on this site and the other site is set the same.
Do you have a link to that particular site where the problem appears? Maybe there is something wrong with the included files.
Oh, hey, if you would like a vB 4.1.7 suit to test and work with I will hook you up with my test site to use for working on your mods.
sure, send me a pm. Always happy to see a helping hand :)
Captain Tycoon
12-16-2011, 09:59 AM
What would I need to do/change to get this to work in the Member's Profile. I specifically want it to show above the tabs (visitor messages, about me..etc). I placed the code manually where I want it in "MEMBERINFO" but gives me "No Profile ID assigned".
This is code by Steam Connect used to show in postbit...
include_once(DIR . '/includes/functions_steamconnect.php');
$user_info = fetch_userinfo($post['userid']);
$this->post['steamid'] = get_user_steamid($user_info);
when I change the hook to member_start (as well as others) it gives me an error..
Fatal error: Using $this when not in object context in /home/prestige/public_html/member.php(139) : eval()'d code on line 5
I'm assuming it's because the steam connect postbit code is pulling different variables than what's needed for the members profile? Any idea what I need to change on steam connect?
Disasterpiece
12-16-2011, 11:40 AM
A member profile tab is planned in the next update, changing it now would need some extra coding, since the vars used are those from the postbit template, as you should see. ($this->post doesn't exist in memberprofile)
pgc-cs
01-01-2012, 05:22 PM
I've arleady added it into memberinfo page, using that code:
include_once(DIR . '/includes/functions_steamconnect.php');
$user_info = fetch_userinfo($prepared['userid']);
if ($steam_id = get_user_steamid($user_info)) {
$template_hook['profile_sidebar_before_usermenu'] .= '<div class="steamprofile" title="'.$steam_id.'"></div>';
}
Added on sitebar, creating my own template_hook to place it right after profile picture, but you can choose any of the template_hooks arleady exists or place it in template using {vb:raw prepared.steamid} instead of {vb:raw post.steamid}.
To author: when will you publish new version with fixed issues with private message and quickreply/quickedit?
gamersplatoon
01-03-2012, 08:37 AM
Doesn't work on 4.1.8 tried everything
it shows a blank mini steam profile box.
Disasterpiece
01-03-2012, 01:31 PM
Doesn't work on 4.1.8 tried everything
it shows a blank mini steam profile box.
Can you give me a link to your forum with steam mini profiles installed and enabled?
CoZmicShReddeR
01-15-2012, 08:27 PM
Did something in Steam change as the information isn't showing anymore in forums posts...
Checked all the theme edits and such everything seems fine... It was on and off with 4.1.9 now with 4.1.10 noting is showing...
Example: http://www.cozworld.com/welcome-new-members-cozworld/3635-dantefuego-our-latest-member.html
Disasterpiece
01-15-2012, 11:10 PM
I heard from other users that there might be a problem with 4.1.10. I'll try a few things out tomorrow, haven't installed the 4.1.10 yet
CoZmicShReddeR
01-15-2012, 11:31 PM
I heard from other users that there might be a problem with 4.1.10. I'll try a few things out tomorrow, haven't installed the 4.1.10 yet
Hey Disasterpiece thanks for being so amazing! I am sure I speak for all Steam Community forum webmasters that we really appreciate your enthusiasm! Your our only hope atm! :)
toxic91
01-19-2012, 07:52 PM
help.. i can`t install that:/
"No profile ID assigned"
I add code to additional.css & postbit_legacy and that dosen`t work;/
i have 4.1.7 :/ what can i do ?
Disasterpiece
01-19-2012, 08:39 PM
Are you sure you installed SteamConnect? https://vborg.vbsupport.ru/showthread.php?t=266883
toxic91
01-20-2012, 12:12 PM
Yes. I installed b 1.2.2
and create unique Steam API Key, add key in setting, install steam mini profile, takie CHMOD directory "clientscript/steamprofile/cache" to 777, add code in additional.css. maybe my hosting have the firewall and this block connect:/
http://imageshack.us/photo/my-images/15/beztytu111u.png
what i must do to add steam id in my profile? mayby there is a problem:/
Disasterpiece
01-20-2012, 01:08 PM
settings look good to me. Can you give me a link where the badge is shown with the error message? Maybe I can gather more info looking at your html source code.
You can send me a PM if you don't want your forum posted in public.
BorisPeace
03-05-2012, 05:36 PM
Hello,
The box appears where it should be, but it's empty (only background, no text) in purevb darkcore theme (linked below) that I use. It works properly in the default theme. I couldn't figure out whats in this theme prevent the addon from working properly.
Theme link: http://www.purevb.com/vbulletin-skins/18
Hope you can help.
Disasterpiece
03-05-2012, 07:11 PM
Hello,
The box appears where it should be, but it's empty (only background, no text) in purevb darkcore theme (linked below) that I use. It works properly in the default theme. I couldn't figure out whats in this theme prevent the addon from working properly.
Theme link: http://www.purevb.com/vbulletin-skins/18
Hope you can help.
what "box" ?
BorisPeace
03-05-2012, 07:19 PM
"This Addon displays a Mini Steam Box in the postbit template."
The box in the postbit.
Disasterpiece
03-05-2012, 08:41 PM
I need a link to your actual forum (PM or post here). If it appears as empty, it hasn't anything to do with the style you use.
BorisPeace
03-08-2012, 11:14 PM
I solved my problem. FYI, the problem was about including jquery twice or not at all, because of some theme-specific stuff.
kalle801
03-14-2012, 12:07 AM
i Love it :)
Buraz
04-15-2012, 03:05 PM
Sadly, I'm getting this: http://i.imgur.com/OJsKT.png
I have no idea why. CHMOD is 777 for cache directory.
Also, the profile is showing up in the left part, but in additional.css I have set RIGHT. Just copied your CSS code.
Disasterpiece
04-15-2012, 03:58 PM
Steam has been down today for a few hours. Check again and see if it still happens.
Buraz
04-15-2012, 05:16 PM
Steam has been down today for a few hours. Check again and see if it still happens.
Well, a new user registered and it works well. I checked then the DB and saw the new user had |1|1 at the end of his steam_link entry... so I'll just change mine and the other admin ones. (we have |0|0 for some reason).
Edit: Tried it. Still not working... but the new user's one is working o_O I suspect is something related with our accounts, which were registered BEFORE steam connect implementation and we were unlinking and linking accounts around to test things out. That's the only reason I can think of... but I thought that could be fixed in the DB, but I can't see what's wrong :/
Also, still can't move the miniprofile to right side. Tried another method but it's not working :(
Tried deactivating 'add steam profile' in plugins and followed your guidelines in #3, but the miniprofile just disappears. Tried in postbit and postbit_legacy, both.
Disasterpiece
04-15-2012, 06:31 PM
Well, a new user registered and it works well. I checked then the DB and saw the new user had |1|1 at the end of his steam_link entry... so I'll just change mine and the other admin ones. (we have |0|0 for some reason).
The |1|1 and |0|0 are there for a reason and should not be changed!
Try clearing the cache directory of the steam mini profiles. (forum/clientscript/steamprofile/cache)
Also, still can't move the miniprofile to right side. Tried another method but it's not working :(
Tried deactivating 'add steam profile' in plugins and followed your guidelines in #3, but the miniprofile just disappears. Tried in postbit and postbit_legacy, both.
You know CSS? A float:right should be enough to get the badge on the right corner.
Buraz
04-15-2012, 06:42 PM
Cache cleared. The new user's miniprofile works. Our's still not working. Looks like we don't even have .xml file in the cache folder (but it does create the folder itself).
And yes, I tried float:left, saved and then float:right but still it's on left.
I will revert the changes I made in steamlink, thanks.
Disasterpiece
04-15-2012, 06:57 PM
Send me the steam ids which don't work and a link to your forum per pm than I can take a look myself.
CoZmicShReddeR
04-18-2012, 11:52 PM
Not sure if there is something wrong with Steam but the mini profiles are not connecting or grabbing data... And I did delete all the information in the cache...
Disasterpiece
04-19-2012, 01:49 PM
Steam has been down yesterday and has several problems since.
http://forums.steampowered.com/forums/showthread.php?p=30345921#post30345921
I suggest to wait a day longer and re-check if the situation changes. Right now there's nothing I can do.
CoZmicShReddeR
05-02-2012, 08:15 AM
Hey have you looked into the "Server error: 302 Found" error? It's been about three weeks now and the issue hasn't been fixed... I had wiped the cache folder several times... Steam link works fine...
Disasterpiece
05-02-2012, 02:41 PM
This has to do with barracuda's tool, I'll ask him if he knows anything about this.
CoZmicShReddeR
05-04-2012, 11:51 PM
I emailed him told me he was working on a fix and went to that github site but noticed his website still shows the same errors so guessing it's going to take a while yet sadly...
Disasterpiece
05-05-2012, 04:10 PM
Regarding the 302 errors:
barracuda and me found a solution for this problem. He will work on a fix and as soon as it's done, I'll deploy the newest version and update the mod to 1.1.
stay tuned!
CoZmicShReddeR
05-05-2012, 05:24 PM
Yay! Thanks so much! :)
wtfaatp
05-10-2012, 09:27 PM
Regarding the 302 errors:
barracuda and me found a solution for this problem. He will work on a fix and as soon as it's done, I'll deploy the newest version and update the mod to 1.1.
stay tuned!
Not trying to rush ya my man, but is there any news on the 1.1 update?
Disasterpiece
05-11-2012, 09:41 AM
My forum broke with the last vbulletin update, so I hadn't the chance to test the updated steam addon versions in a productive environment yet. They're finished, but untested.
If you like to get the new versions anyway, send me a quick pm and I'll give you the links.
Official update release follows as soon as I got my forum running again and can confirm that it doesn't set your forums on fire :)
Disasterpiece
05-14-2012, 11:36 AM
Release of version 1.1!
Upgrade notes:
You need to upgrade steam connect (https://vborg.vbsupport.ru/showthread.php?t=266883) first to version >= 1.4.2
Then: Delete the clientscript/steamprofile folder completely before you upload the new one from the archive file. No old scripts should remain before you do that!
Calystos
05-29-2012, 05:13 PM
Am guessing its happening again, cos am getting blank boxes on my site as of this afternoon, :(
Wiped cache, etc, tried the above suggestions. No go. Will wait an see if its steam servers overloaded or what an hopefully it'll resume later. But figured better let yas know just incase.
foulsoul
05-31-2012, 08:22 PM
I too am having a No profile ID assigned issue, a user apparently started the process, regreted it and canceled at some point and now he is stuck with that box on his posts unless he wants to re link.
I've tried clearing the cache but i may not have done it correctly.
I've tried having him re link and unlink, when he re links he gets the right box back but when he unlinks it does not dissapear like it should (it works for my account as i've tested it)
To be honest, with steam being a bit un reliable, how bout a replacement for steamprofile.js that doesnt show the box at all if there isnt a valid profile to show. I tried my hand at modifying the code and managed to get everything but the box gone, my guess is i'm getting stuck with the placeholder box that shows up before we even check to see if there is a good profile to load.
Disasterpiece
06-03-2012, 03:05 PM
I too am having a No profile ID assigned issue, a user apparently started the process, regreted it and canceled at some point and now he is stuck with that box on his posts unless he wants to re link.
I've tried clearing the cache but i may not have done it correctly.
I've tried having him re link and unlink, when he re links he gets the right box back but when he unlinks it does not dissapear like it should (it works for my account as i've tested it)
To be honest, with steam being a bit un reliable, how bout a replacement for steamprofile.js that doesnt show the box at all if there isnt a valid profile to show. I tried my hand at modifying the code and managed to get everything but the box gone, my guess is i'm getting stuck with the placeholder box that shows up before we even check to see if there is a good profile to load.
I'll talk with barracuda on this issue. Can't promise anything, since it's basically his tool, my mod only embeds the steam badge.
hakkuo23
06-04-2012, 01:50 PM
Google Page speed was giving me this:
Remove the following redirect chain if possible:
http://xenogamers.org/iconAddFriend.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconFriends.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGames.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGroups.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconInventory.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconScreenshots.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconVideo.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconWishlist.png
http://xenogamers.org/error.php
Anyway to fix this?
Disasterpiece
06-05-2012, 12:07 AM
Google Page speed was giving me this:
Remove the following redirect chain if possible:
http://xenogamers.org/iconAddFriend.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconFriends.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGames.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGroups.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconInventory.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconScreenshots.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconVideo.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconWishlist.png
http://xenogamers.org/error.php
Anyway to fix this?
I don't see this being related with the mod?
dazed12
06-07-2012, 04:27 PM
How do you adjust the width?
Fixed: found where to edit style.css
thecore762
07-10-2012, 05:26 AM
Question Disaster,
I am not sure why the steam mini profile is showing 2x.
also is there a way to hide the bar if a user doesn't have steam linked to their account?
Disasterpiece
07-10-2012, 10:33 AM
Question Disaster,
I am not sure why the steam mini profile is showing 2x.
There is a plugin which adds the steam badge autonomously to the postbit template.
If you add the steambadge in your postbit template manually, you need to disable said plugin:
https://dl.dropbox.com/u/4216911/disablesp.JPG
Or if you're ok with the position, just skip the template edit part and just leave this plugin activated.
also is there a way to hide the bar if a user doesn't have steam linked to their account?
It already works like this in the plugin way.
thecore762
07-10-2012, 09:31 PM
Hi Disaster,
div.steamprofile{
float:right;
display:block;
z-index:300;
}
When I use that in additional.css it doesn't line up to the top right, it lines up in the bottom right.
Is there a way for me to fix this?
thecore762
07-11-2012, 10:06 PM
@Disasterpiece, some issues:
http://www.webpagetest.org/result/120710_WQ_4MF/1/details/
Showing as: http://edge.47r-squad.com/clientscript/steamprofile/ajax/themes//style.css
should be http://edge.47r-squad.com/clientscript/steamprofile/ajax/themes/steam/style.css
Anyway for this to be fixed is users are using a CDN?
Jncocontrol
07-21-2012, 07:15 AM
I keep getting "No API Key specified, please correct!"
Disasterpiece
07-21-2012, 12:19 PM
I keep getting "No API Key specified, please correct!"
Did you set an API key in the AdminCP?
jldrake
07-30-2012, 05:19 PM
Where can you allow people to use there Steam avatar, on vbulletin.
I got this working fine on 2 forums, On here it shows up blank a grey box for all users...
I, CHMOD directory "clientscript/steamprofile/cache" to 777
I deletd everything in the cache folder, now nothing seems to be posting in there.
Turning on Skip JQuery Inclusion, made the box go away completely.
http://www.preytech.com/forum/showthread.php/2399-Prey-Tech-Gaming-amp
I see:
</script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/vbulletin-core.js?v=420"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js"></script>
You said in a previous post:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>
Seems to be different: steamprofile.min.js">
Which is slightly different. I tried putting that in heaaderinclude with no luck.
I put it on the same host on this site with no issues.:
http://www.boomgaming.net/forums/showthread.php?2650-Website-Update-07-30-2012
Hitman235234532
08-01-2012, 02:19 PM
Hello, I kinda have the same problem. Well I enabled CHMOD 777 on those folders, I've tried with the "Skipe JQuery" on and the box disapeared.
It gives me this error in the box: Invalid profile data.
I don't know now, please help.
Disasterpiece
08-04-2012, 03:51 AM
Where can you allow people to use there Steam avatar, on vbulletin.
I got this working fine on 2 forums, On here it shows up blank a grey box for all users...
I, CHMOD directory "clientscript/steamprofile/cache" to 777
I deletd everything in the cache folder, now nothing seems to be posting in there.
Turning on Skip JQuery Inclusion, made the box go away completely.
http://www.preytech.com/forum/showthread.php/2399-Prey-Tech-Gaming-amp
I see:
</script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/vbulletin-core.js?v=420"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js"></script>
You said in a previous post:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>
Seems to be different: steamprofile.min.js">
Which is slightly different. I tried putting that in heaaderinclude with no luck.
I put it on the same host on this site with no issues.:
http://www.boomgaming.net/forums/showthread.php?2650-Website-Update-07-30-2012
Hi
Yes this is weird, I get a javascript error when visiting your site:
Zeitstempel: 04.08.2012 06:44:42
Fehler: TypeError: profileTpl.find("img").attrAppend is not a function
Quelldatei: http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js
Zeile: 200
Not sure what this means tbh, I only bundle the steam mini profiles mod, I'm not the original author. I'll contact him tho and will report back if anything comes up.
Hello, I kinda have the same problem. Well I enabled CHMOD 777 on those folders, I've tried with the "Skipe JQuery" on and the box disapeared.
It gives me this error in the box: Invalid profile data.
I don't know now, please help.
Invalid profile data usually refers to a bad/nonfunctional connection to the steam community servers.
Things that may cause this:
- Steam community is down right now. Does this still appear after a few days waiting?
- some kind of host restriction that your webhost scripts aren't allowed to pull data from other websites? Maybe if you're using a very huge forum and the number of queries is extremely high?
Otherwise, regarding the cache directory, it should be enough to set the directory to CHMOD 777:
forum/clientscript/steamprofile/cache
jldrake
08-05-2012, 07:51 PM
I fixed the error: some reason I had Jquery twice, once I removed the 2nd link it worked fine.
A suggestion was given:
I'm not sure if that's the reason, but in your first site, you're loading jQuery 1.4.0 and jQuery 1.4.2 at the same time. I would recommend to remove the link to 1.4.0 to avoid conflicts.
Avatar:
Allow vbulletin user to set avatar as there steam avatar? How do I do this?
Or is there a setting to make it automatically do it?
Where can you allow people to use there Steam avatar, on vbulletin.
Disasterpiece
08-05-2012, 09:32 PM
I fixed the error: some reason I had Jquery twice, once I removed the 2nd link it worked fine.
A suggestion was given:
I'm not sure if that's the reason, but in your first site, you're loading jQuery 1.4.0 and jQuery 1.4.2 at the same time. I would recommend to remove the link to 1.4.0 to avoid conflicts.
That's actually what the option "skip jquery inclusion" is for. Weird that it didn't work for you..
Avatar:
Allow vbulletin user to set avatar as there steam avatar? How do I do this?
Or is there a setting to make it automatically do it?
Where can you allow people to use there Steam avatar, on vbulletin.
Steam avatars are already available in the postbit templates as 3 different sizes:
{vb:raw post.steamavatarfull}
{vb:raw post.steamavatarmedium}
{vb:raw post.steamavatar}
CoZmicShReddeR
09-15-2012, 03:12 PM
For some reason my Mini Profiles are not showing anymore... The Steam Connect works fine though and shows the user image...
It's just a black square space
Disasterpiece
09-15-2012, 04:10 PM
Did you change anything javascript related? Maybe jquery inclusion removed or added multiple times?
Otherwise: Send me a link where this problem appears
CoZmicShReddeR
09-15-2012, 09:04 PM
It's just a black rectangle.... Seems to have happened near the time I upgraded to vbulletin 4.2.0.2 might be something my host did....
this like probably has the most people who use it on my websites.
http://www.cozworld.com/website-general-chat/8617-1st-tuesday.html
Like I said the login function works fine just the mini profiles are not showing... The cache folders set to 777 same as it was when it was working... I even deleted it and refreshed everything still not working...
Disasterpiece
09-16-2012, 08:21 PM
It seems like you have many different jquery scripts with different version numbers included. I suppose the problem comes somewhere from there. Did you try "Skip jquery inclusion" in the addon options?
CoZmicShReddeR
09-16-2012, 11:10 PM
Yes it's set to no! I tried it both yes and no for a while...
Disasterpiece
09-17-2012, 03:15 PM
Yes it's set to no! I tried it both yes and no for a while...
Hm, I'm not a professional with this javascript stuff but I'd start with removing the double jquery inclusions, starting from <script src="......jquery...min.js"></script> and see where it goes from there.
hakkuo23
09-24-2012, 01:30 PM
Yes it's set to no! I tried it both yes and no for a while...
I found a fix :D
Go to clientscripts/steamprofile/ajax/steamprofile.js
Open it and add the following after the commented out lines:
(function($) {
Then at the bottom of the script add the following:
})(jQuery);
That should get it working :) It worked for me!
CoZmicShReddeR
09-25-2012, 02:39 PM
I found a fix :D
Go to clientscripts/steamprofile/ajax/steamprofile.js
Open it and add the following after the commented out lines:
(function($) {
Then at the bottom of the script add the following:
})(jQuery);
That should get it working :) It worked for me!
Am lost now seems like its off and on... Was going to post it wasn't working with the new edits but now it is??
hakkuo23
09-26-2012, 04:38 PM
Maybe the old js was cached?
AshenTemper
10-30-2012, 03:43 AM
I could be doing something wrong... but should this show up when a user doesn't have their account connected to steam? In the attached, the first user does not have a their account connected to steam but the following two do. The second just hasn't set up a community profile and the third works just fine.
Mainly wondering about the first where their "Steam Connect Settings" is set to NO.
Disasterpiece
10-30-2012, 04:20 PM
I could be doing something wrong... but should this show up when a user doesn't have their account connected to steam? In the attached, the first user does not have a their account connected to steam but the following two do. The second just hasn't set up a community profile and the third works just fine.
Mainly wondering about the first where their "Steam Connect Settings" is set to NO.
the first one shouldn't actually display. So I'm not sure what's going on there. You use steam mini profiles with steam connect, yes?
Also: Make sure the cache directory inside the steam mini profiles dir under clientscript is writable (chmod 777) including all files which are already inside.
AshenTemper
10-30-2012, 05:07 PM
the first one shouldn't actually display. So I'm not sure what's going on there. You use steam mini profiles with steam connect, yes?
Also: Make sure the cache directory inside the steam mini profiles dir under clientscript is writable (chmod 777) including all files which are already inside.
Correct, this is being used in conjunction with Steam Connect - Sign in with your Steam Account! [RC2] (https://vborg.vbsupport.ru/showthread.php?t=266883). Great mod, btw!
I did check and both that directory, it's subdirectory, and files within are chmod to 777.
When I turn the plugin "add steam profile" back on, it only shows the appropriate ones so it leads me to believe maybe I set it wrong in the postbit (legacy). This is how I set it:
{vb:raw template_hook.postbit_userinfo_right}
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
Do I need to make a plugin for it since I turned off the other one (guessing no but unsure what else I might be doing wrong)? I also sent you a URL to the community in a PM so you can see it live (if that helps).
Disasterpiece
10-30-2012, 05:17 PM
Yeah, this is the wrong one. you need to tell the template that it should only display the html tags if the steam id is not empty. You can do this like this:
{vb:raw template_hook.postbit_userinfo_right}
{vb:if condition="!empty($post['steamid'])"}
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
{/vb:if}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
Not tested, but should work.
AshenTemper
10-30-2012, 05:36 PM
Yeah, this is the wrong one. you need to tell the template that it should only display the html tags if the steam id is not empty. You can do this like this:
{vb:raw template_hook.postbit_userinfo_right}
{vb:if condition="!empty($post['steamid'])"}
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
{/vb:if}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
Not tested, but should work.
When I try that, it gives me the following error:
The following error occurred when attempting to evaluate this template:
Could not find phrase 'no_true_expression_specified'.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
And if I force it to accept, it gives me this on the page:
Parse error: syntax error, unexpected '=' in /home/stoic/stoicstudio.com/forum/includes/class_core.php(4627) : eval()'d code on line 158
And while writing this up, I figured out the problem. I just needed to change:
{vb:if condition="!empty($post['steamid'])"}
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
{/vb:if}
To:
<vb:if condition="!empty($post['steamid'])">
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
</vb:if>
Basically just had to wrap it in <>, not {}. Works great now! Thanks for your help!
jimmy026
11-05-2012, 06:53 AM
Hmm I tried everything. Have cache 777 I tried to even remove one of the Jqeury lines. Re uploaded everything. Still getting error
"Invalid profile data"
Anyone know why?
Disasterpiece
11-05-2012, 10:33 AM
Hmm I tried everything. Have cache 777 I tried to even remove one of the Jqeury lines. Re uploaded everything. Still getting error
"Invalid profile data"
Anyone know why?
Can you give me a link to your site?
jimmy026
11-05-2012, 11:40 AM
<a href="http://opticalgaming.net/" target="_blank">http://opticalgaming.net/</a>
Disasterpiece
11-05-2012, 12:03 PM
http://opticalgaming.net/
Your steamprofile cache is empty, are you sure this one is writable as well?
http://opticalgaming.net/clientscript/steamprofile/cache/
It should at least contain a few cache files otherwise this might be the issue.
//e: Other thing wich comes to my mind: Do you have cUrl installed on your machine? Lookup the phpinfo in the vb admincp and check if curl is installed and working.
jimmy026
11-05-2012, 12:34 PM
Yes it is Read/write/execute on all 3.
I think I have cUrl since my plugins work fine it is just this one. Can not find cURL anywhere in database though
I checked my database and when go to DB do not have admincp in there. It is in my website folder but not in my VB folder.
Disasterpiece
11-05-2012, 12:54 PM
cUrl is not to be found in any database, you need to check the phpinfo. This one: http://opticalgaming.net/admincp/index.php?do=phpinfo
Then you look for an entry that says:
cURL support enabled
cURL Information 7.21.0 or something like this.
jimmy026
11-05-2012, 01:01 PM
Yes it is enabled.
and it is
7.24.0
Disasterpiece
11-05-2012, 01:50 PM
The problem is, that the requests returns a 500 internal server error for any reason:
http://opticalgaming.net/clientscript/steamprofile/xmlproxy.php?id=76561197961825010&lang=english
You have to check your webserver logs to see why it's doing this.
jimmy026
11-05-2012, 02:13 PM
SoftException in Application.cpp:256: File "/home/xxxxxxxxxxxx/public_html/clientscript/steamprofile/xmlproxy.php" is writeable by group
jimmy026
11-05-2012, 03:13 PM
O well thanks for help man. I will just remove it. To much headache for 1 plugin xD
Disasterpiece
11-05-2012, 04:21 PM
Yeah sorry, those are problems with your serversetup not with the mod. If you need any more help, feel free to post.
SpikedRocker
11-06-2012, 05:07 AM
Trying to have the Post text wrap around the steamprofile image in the top right. I've tried the CSS way I know of doing it with floats and margins but my problem is that the text after the image is still shoved to the left of the image.
Any ideas on how to fix this?
Heres an Image of what it is also doing to youtube videos embedded: http://puu.sh/1mSFf
Disasterpiece
11-06-2012, 11:54 AM
Maybe give youtube container a clear:right ?
I personally think the auto-margin of the text and quote box (read: wrapping) is asthetic and good, a clear for elements which should not be affected should fix the issue. If you want to disable wrapping altoghether and rather have the badge on the top alone, maybe put it into a 100% width div.
I'm not soo good at css but that's what I'd go for.
jaffaman
11-06-2012, 03:23 PM
Installed and working on Version 4.2.0 PL3 Great work :)
SpikedRocker
11-09-2012, 06:21 AM
DP, I ended up placing it in a custom spot, we ended up placing it right above the signature part of the postbit and I pushed the signatures down so we weren't covering stuff up. I like it, but I am confused on how to get the people who've not yet linked to not have the invalid box show up...I've seen it addressed a few times on here, but I am not seeing how they fixed it using a custom placement of the box.
Disasterpiece
11-09-2012, 11:33 PM
you can check inside the template via
<vb:if condition="$post['steamid']">
## your custom box include here
</vb:if>
if the user hasn't linked his steamprofile, the $post['steamid'] var will be empty, therefore the enclosed html code doesn't get executed.
SpikedRocker
11-10-2012, 03:17 PM
Thank you! Again for the great work!
Anbieter
12-04-2012, 11:50 AM
It doesn't work for me, it keeps loading endlessly :/
Disasterpiece
12-04-2012, 03:39 PM
It doesn't work for me, it keeps loading endlessly :/
I can't help you like that, unless you came here just to rant.
Website-url? What did you try to fix it? etc etc
CptBogo
12-09-2012, 08:34 AM
it doesnt seem to be working on my forum.
i get the <div class="steamprofile" title="76561198006981175"></div>
in the postbit but i dont see the steamprofile box
http://feverclan.com/forums/14-open-discussion/10217-image-swap-fixed.html
the first post on that thread should have the steamprofile showing.
this works: http://feverclan.com/forums/clientscript/steamprofile/xmlproxy.php?id=76561198006981175&lang=english
so its not a problem connecting to steam.
any help would be greatly appreciated.
Disasterpiece
12-09-2012, 05:03 PM
Not sure, maybe it's because you included a jquery version from the last century:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
1.8.3 is the newest version.
CptBogo
12-09-2012, 11:05 PM
Not sure, maybe it's because you included a jquery version from the last century:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
1.8.3 is the newest version.
its your mod thats including that line.
edit: i updated your mod with the new jquery version and its still not working.
Disasterpiece
12-11-2012, 05:24 PM
Oh really? Lol, than I need to update it soon.
In that case, I have no idea what's wrong with your site. I'm not into javascript and everything looks normal. Something seems to collide with jquery or some weird javascript stuff.
Arcanus
12-13-2012, 02:08 PM
I'm having the same problem as CptBogo so at least if we're screwing it up, we're screw it up consistently.
CptBogo
12-14-2012, 07:35 PM
ive disabled it and steam connect. going to wait for a better mod.
CoZmicShReddeR
12-16-2012, 10:36 AM
It's not the mod my site works fine... It has to be something on their end. I am using VB 4.2 and using a custom theme that was updated for 4.2 same with all my website addons.... I would suspect there is something in their headers causing issues other then this mod... or another mod conflicting with it...
I would suspect the box script isn't being properly placed or they are using something in their web browsers that breaks it somehow?
Did you chmod the cache folder???
2) CHMOD directory "clientscript/steamprofile/cache" to 777
Here is an example page where you can see his mod works flawlessly
http://www.cozworld.com/showthread.php?t=4224
No editing on my part to anything just default settings of this mod...
And I am saying his mod works Flawlessly because there were issues before with the mod and with Steam and with my host GoDaddy! But all seems just fine for the last few months...
I would also be careful with complaining too much about his work as he is the only guy or one of two who gives a crap to make something for us/vbulletin for Steam for our websites!
Raiden11124
12-20-2012, 12:29 AM
Sorry. It seems it was my mistake. This can be deleted.
danycutu1
02-22-2013, 08:35 AM
works perfect in vb 4.2, custom style, with and without your jquery. (i disabled it in option because i already have another one, newer one). nice and clear explanations, very good product. You deserve a star and make us proud!! Good Job!
kutemanaal
03-04-2013, 09:47 AM
help me pls
i get this when i try to connect
No API Key specified, please correct!
Disasterpiece
03-04-2013, 02:38 PM
Did you set your api key in the Steam Connect settings?
danycutu1
03-16-2013, 11:53 AM
what version of barracuda's mod have you been using? as i've checked now barracuda updated his mod to jquery 1.9. can you tell us how to update, or will you update you post please?
Disasterpiece
03-16-2013, 12:48 PM
I'll update the version on monday.
If you really want to update your version manually, replace the folder with the newer version and modify the script path to the steamprofile.js manually.
cliddell
03-24-2013, 08:06 PM
I'm creating a page that lists a few members and beside each members name I would like to include the mini profile status. Is there a way to do this?
Disasterpiece
03-28-2013, 06:32 PM
You need to include jquery and the steam mini profiles .js file. Next thing is, you need a div with the steamid embedded like this:
<div class="steamprofile" title="76561197965018417"></div>
<div class="steamprofile" title="robinwalker"></div>
<div class="steamprofile" title="STEAM_0:0:148902"></div>
You should be able to get the steam profile id out of the users variable, just like in the plugin codes if you're in vbulletin context.
Further reading: https://github.com/ata4/steamprofile/blob/master/examples/example-ajax.html
https://code.google.com/p/steamprofile/wiki/SteamProfile
Let me know if you have trouble.
LordVader!
04-01-2013, 10:12 AM
Hello,
since like 2 days or so i just have blank boxes instead of the Steam Profile on my forums. did i missed a major change or chat could cause this problem? (vbulletin 4.2)
greetz
Archerus
04-03-2013, 01:43 PM
anglaisfran?aisarabe
Hello,
I have a problem with this mod, it displays a black rectangle with nothing in it yet everything is properly installed (Vb 4.2.0 PL3)
Here is a link to my forum: http://www.clan-rmg.com/showthread.php?61-Module-steam-install%E9-sur-le-forum&p=204#post204
Thank you for your help.
Sincerely,
LordVader!
04-09-2013, 02:44 PM
is this mod still supportet, i was not able to fix the problem myself :x
CoZmicShReddeR
04-09-2013, 09:00 PM
is this mod still supportet, i was not able to fix the problem myself :x
The only way it wouldn't show up after you do the steam connect you didn't take care of install instruction #2
2) CHMOD directory "clientscript/steamprofile/cache" to 777
Works fine on GoDaddy hosting using vBulletin 4.2.0 Patch Level 3
Archerus
04-11-2013, 04:17 PM
Hi,
The file is 777 and in fact I even via ssh to be on ...
I know why I get this error ... Yet I do them its march writing: http://www.clan-rmg.com/clientscript/steamprofile/xmlproxy.php?id=76561197961825010&lang=english
Sincerely,
CoZmicShReddeR
04-11-2013, 10:48 PM
Hi,
The file is 777 and in fact I even via ssh to be on ...
I know why I get this error ... Yet I do them its march writing: http://www.clan-rmg.com/clientscript/steamprofile/xmlproxy.php?id=76561197961825010&lang=english
Sincerely,
Only the cache Folder needs to be CHMOD to 777 not sure you understand it or not but by what your saying your thinking it's a link??
Archerus
04-12-2013, 01:44 PM
The folder is in CHMOD 777 ...
The link I've provided shows that the generation of caches is as if the folder was not in chmod 777 it would a mistake.
The only problem is that the display forum is not taken into account ...
Replicators
04-12-2013, 06:59 PM
Yeah, i am getting the same thjing, i have the cache folder CHMOD to 777 yet the folder is empty.
SanSource
04-12-2013, 07:45 PM
I have mod installed but not getting data to Mini Steam Box.
Replicators
04-12-2013, 08:03 PM
I'll update the version on monday.
If you really want to update your version manually, replace the folder with the newer version and modify the script path to the steamprofile.js manually.
This mod really need's updated, it don't work!
CoZmicShReddeR
04-12-2013, 08:13 PM
We have new users signed up added Steam and it created new mini banners! It has to be your host or something other then the script...
Replicators
04-12-2013, 09:04 PM
Notice: Steam API seems to be unavaliable at this time. http-code: 0, curl error [6]: name lookup timed out in /home/******/public_html/includes/functions_steamconnect.php on line 117 Apparently, it is curl which don;t seem to work, even though it is enabled on my server.
curl
cURL support enabled
cURL Information 7.24.0
Age 3
Features
AsynchDNS No
Debug No
GSS-Negotiate No
IDN Yes
IPv6 Yes
Largefile Yes
NTLM Yes
SPNEGO No
SSL Yes
SSPI No
krb4 No
libz Yes
CharConv No
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
Host x86_64-unknown-linux-gnu
SSL Version OpenSSL/0.9.8b
ZLib Version 1.2.3
Archerus
04-12-2013, 10:26 PM
For me the host is my dedicated server, so I set it right (I use parallels) ... So celons me the script would be more up to date.
CoZmicShReddeR
04-13-2013, 08:11 AM
[QUOTE=Replicators;2415978]Notice: Steam API seems to be unavaliable at this time. http-code: 0, curl error [6]: name lookup timed out in /home/******/public_html/includes/functions_steamconnect.php on line 117 Apparently, it is curl which don;t seem to work, even though it is enabled on my server.
It's probably an issue with that version of Curl not the script... I have had issues hosting different Curl versions on my Dedicated server! I am going to try it see what happens...
LordVader!
04-24-2013, 08:02 PM
The only way it wouldn't show up after you do the steam connect you didn't take care of install instruction #2
2) CHMOD directory "clientscript/steamprofile/cache" to 777
Works fine on GoDaddy hosting using vBulletin 4.2.0 Patch Level 3
like i said, it stopped working from one day to another, blank box with nothing inside, it's all setup right
LordVader!
05-09-2013, 07:24 AM
I swiched my forum to an all new host, where everything is allowed, still have these blank boxes
Disasterpiece
05-09-2013, 04:40 PM
I swiched my forum to an all new host, where everything is allowed, still have these blank boxes
Can you give me a link to your forum where the problem appears?
Archerus
05-17-2013, 12:53 PM
hello,
The problem I have on my site is a black block instead of miniprofil ...
Here is the address of my forum: http://www.clan-rmg.com/
Thank you in advance,
Archerus
06-17-2013, 02:46 PM
No Fix?
Disasterpiece
06-17-2013, 05:09 PM
hello,
The problem I have on my site is a black block instead of miniprofil ...
Here is the address of my forum: http://www.clan-rmg.com/
Thank you in advance,
You have 3 different jquery inclusions and 2 different steamprofile.js inclusions.
Maybe you should clean up your header...
Archerus
06-19-2013, 01:09 PM
Thanks is fix :)
Do you have a means show the top frame without distorting the forum?
I have tried many placements it but there is nothing there either distorts the area of the post or the forum?
I also test the change from page 2...
Cordialy,
Sorry for my bad english
CoZmicShReddeR
07-15-2013, 12:32 AM
About two weeks go I was removing mods I didn't use anymore and by misttake I removed the /clientscript/steamprofile folder and ever since I couldn't get the folder to cache the or show user steam mini
Then I just happen to go back today and seen this post by Disasterpiece
https://vborg.vbsupport.ru/showpost.php?p=2223194&postcount=6
View the source code of your forum and search for the term "steamprofile/ajax/steamprofile.min.js"
It should appear within the head-tags of your template. If it doesn't, you need to include the following line in your headinclude template manually:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>
Corrected chmod information:
After I installed it the cache folder defaulted to 705 which works absolutely fine
I was amazed the answer was there just didn't have the mind to fiddle around... Now I am wondering why it worked before I removed everything possibly I reinstalled my headerinclude or it was some other reason but either way its working again...
Disasterpiece
07-15-2013, 07:50 AM
Writing permissions are mostly straightforward but it depends which user it actually is who creates the file. So maybe you uploaded it with different users? ftp/webserver user are usually separated or your provider changed the default permission mask.
Either way, glad you solved your issue :)
Disasterpiece
07-15-2013, 07:51 AM
Do you have a means show the top frame without distorting the forum?
I have tried many placements it but there is nothing there either distorts the area of the post or the forum?
The button has a unique css class. If you apply float:right / float:left to it, it looses its collision box and you can place it freely via position: relative; top/bottom/left/right: value-in-px
CoZmicShReddeR
07-15-2013, 02:04 PM
I was just stating the fact and am sure a lot of people who get the blank squares and have everything working fine could be do to the fact the style part isn't working correctly...
But yes my cache defaulted to 705 without me doing anything and it works fine.
Hey guys,
I've used this plugin before and have since re-installed my forums and decided to re-install this plugin, Now I am having the following issue.
Originally, my mini profile would show just fine, now it's saying the following: Invalid Profile Data.
I've tried re-installing the product on many occasions and replacing all files, I've also CHMOD'd the steamprofile folder to 777, still no luck..
Any ideas would be great!
Screenie: http://i.imgur.com/7lelwyQ.png
Regards,
EDIT: Link to forums - http://forums.illusivegaming.net/
Can anyone please help me???
Replicators
08-27-2013, 08:14 PM
I am just gonna say this mod needs a update, or the coding needs a look through because this is hard to get set right.
CoZmicShReddeR
08-27-2013, 11:39 PM
I am just gonna say this mod needs a update, or the coding needs a look through because this is hard to get set right.
That's not saying a whole lot...
Describe your issue with a bit more detail , Provide an error or Screenshot and or what's your Forums or link to site..
I say link site because sometimes the coder will look at your website source code to see if all the scripts are loading properly...
With me it was just added the following to the Headinclude for the style that fixed my issue...
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>
Replicators
09-15-2013, 03:21 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=2368177&postcount=97" target="_blank">https://vborg.vbsupport.ru/showp...7&postcount=97</a>
This seems to do the trick for me.
LordVader!
10-04-2013, 10:09 PM
I found a fix :D
Go to clientscripts/steamprofile/ajax/steamprofile.js
Open it and add the following after the commented out lines:
(function($) {
Then at the bottom of the script add the following:
})(jQuery);
That should get it working :) It worked for me!
100 points for this.
Finally the problem i had is fixed. Good job man!
Archerus
11-01-2013, 02:29 PM
You have 3 different jquery inclusions and 2 different steamprofile.js inclusions.
Maybe you should clean up your header...
The error arose from a refresher zeros site ...
The block remains gray without information ....
Cordialy,
goarack
11-26-2013, 08:07 AM
how do you put the mini profile in a forum block
thanks
Bestrafung
12-13-2013, 02:04 PM
how do you put the mini profile in a forum block
thanks
I'm also working on including this in a separate location. I'm trying to add this to the profile page under the avatar. I've included the below code to the memberinfo_block_ministats template:
<vb:if condition="$post['steamid']"><div class="steamprofile" title="{vb:raw post.steamid}"></div></vb:if>
It seems to be working but gets a 'No Profile ID assigned' error (after removing the if statement for testing).
I made a new plugin at member_start with the following code:
global $vbulletin;
include_once(DIR . '/includes/functions_steamconnect.php');
$steam_info = fetch_steam_info(get_user_steamid($userinfo), $vbulletin->options['stc_apikey']);
echo "$steam_info[steamid]";
This echoes the steamid to the top of the page so I know it's working so far. I'm still learning PHP and Javascript and I'd appreciate any help getting the rest of this figured out. I guess all that's left is I just need to know how to set the ProfileID variable with the steam id. I assume it's something as simple as the below bit but I just need to know what the variable is:
global $vbulletin;
include_once(DIR . '/includes/functions_steamconnect.php');
$steam_info = fetch_steam_info(get_user_steamid($userinfo), $vbulletin->options['stc_apikey']);
$ProfileID = $steam_info[steamid];
If this is wrong please let me know. I imagine this same code (once working) would work anywhere, even for the forum blocks, you just need to set the proper plugin hook.
Hi there, First off... I love this plugin.
But I cannot get it to work properly :(
Could you please assist me in the right direction...
I've installed it and it shows up when you post, but it's just a grey box for me.. nothing else.
Screen: https://vborg.vbsupport.ru/external/2014/05/17.png
Here is also the link to my site: http://infinity-community.net/showthread.php?1-test&p=1#post1
Thanks in advance,
If you prefer to contact me via email surfserverniff[at]hotmail.com
LordVader!
05-22-2014, 05:14 AM
Hi there, First off... I love this plugin.
But I cannot get it to work properly :(
Could you please assist me in the right direction...
I've installed it and it shows up when you post, but it's just a grey box for me.. nothing else.
Screen: https://vborg.vbsupport.ru/external/2014/05/17.png
Here is also the link to my site: http://infinity-community.net/showthread.php?1-test&p=1#post1
Thanks in advance,
If you prefer to contact me via email surfserverniff[at]hotmail.com
I had exact the same problem for a long time. this helped me out:
I found a fix :D
Go to clientscripts/steamprofile/ajax/steamprofile.js
Open it and add the following after the commented out lines:
(function($) {
Then at the bottom of the script add the following:
})(jQuery);
That should get it working :) It worked for me!
LordVader!
05-22-2014, 05:24 AM
everything solved, thx for the awesome support! :)
LordVader!
07-01-2014, 07:18 AM
this mod is awesome, but i'm close to losing my mind.
yesterday the profiles vanished. i've deinstalled a recent installed mod - profiles went back.
today i woke up and the profiles are gone again. without changing anything.
anyone any idea what could cause it? :x
nvm: the teamspeak 3 slider deactivated the steam profiles :x
unit12stealth
08-15-2014, 01:32 AM
Can't get this to display at all. Using vB 4.2.2. Manually added the lines to the headinclude, no dice. Added the additional.css script to the very bottom of the additional.css, doesn't seem to do anything. Can't get it to appear at all.
my site: http://www.wisegamer.net
Any help would be appreciated!
goc-forum.de
09-06-2014, 09:21 AM
I used this code to display the mini profiles in postbit_legacy and it worked fine! But the mini profil is too long...is it possible to give the mini profile a fix size?
Disasterpiece
09-06-2014, 03:15 PM
I used this code to display the mini profiles in postbit_legacy and it worked fine! But the mini profil is too long...is it possible to give the mini profile a fix size?
You'd have to consult the author of the steam mini profiles tool, my vb addon only includes this 3rd party addon into the post.
goc-forum.de
09-06-2014, 09:02 PM
ok....thanks :)
Diipisx
01-03-2015, 08:27 AM
Hey, Im trying to see witch member link his steam, there is any var for this?
thanks.
Guardian Hope
04-13-2015, 03:56 PM
I've been using this in the postbit_legacy template and it works great on 4.2.2 PL4 with one exception: any of the "quick" options like "quick reply" or "edit" result in the user whose doing the quick reply or editing not having their Steam mini profile load. It just draws the grey box empty.
Any solution to this?
Brakedirt
01-18-2016, 01:08 AM
Hi Disaster,
div.steamprofile{
float:right;
display:block;
z-index:300;
}
When I use that in additional.css it doesn't line up to the top right, it lines up in the bottom right.
Is there a way for me to fix this?
For me works perfect in 4.2.3, but I cannot get it to the right, have try it all.:confused:
MavRicTWL
03-29-2016, 02:17 PM
My site is https://teamwarfare.com and this mod is not calling the style.css. Could it be because I'm behind SSL? I have a dev site without SSL and this mod works. I've tried uninstalling this mod and steamconnect and re-installed but I've had no luck.
Disasterpiece
03-29-2016, 02:44 PM
My site is https://teamwarfare.com and this mod is not calling the style.css. Could it be because I'm behind SSL? I have a dev site without SSL and this mod works. I've tried uninstalling this mod and steamconnect and re-installed but I've had no luck.
This gives me a 404, maybe that's the issue?
https://teamwarfare.com/clientscript/steamprofile/ajax/steamprofile.min.js
MavRicTWL
03-29-2016, 02:58 PM
Un-installed and re-installed 1.0 then installed 1.1 and no luck.
Disasterpiece
03-29-2016, 03:00 PM
Can you give me a link to a post where the badge should appear but doesn't?
Disasterpiece
03-29-2016, 03:02 PM
Also, yes, the https is definitely the problem.
154601
MavRicTWL
03-29-2016, 03:03 PM
<a href="https://teamwarfare.com/showthread.php?958-Happy-Easter" target="_blank">https://teamwarfare.com/showthread.php?958-Happy-Easter</a>
Try that one. You should see it without registering.
MavRicTWL
03-29-2016, 03:11 PM
Is there a workaround?
Disasterpiece
03-29-2016, 04:14 PM
You can go through the code and change the url from http://.../somsecript to //...somescript
like here: http://www.paulirish.com/2010/the-protocol-relative-url/
deadlyruler
08-24-2019, 03:58 PM
Hello, the class steamprofile is being loaded inside of my postbit legacy template, but is not actually displaying anything. Any ideas?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.