![]() |
Thank you! Again for the great work!
|
It doesn't work for me, it keeps loading endlessly :/
|
Quote:
Website-url? What did you try to fix it? etc etc |
it doesnt seem to be working on my forum.
i get the HTML Code:
<div class="steamprofile" title="76561198006981175"></div> http://feverclan.com/forums/14-open-...wap-fixed.html the first post on that thread should have the steamprofile showing. this works: http://feverclan.com/forums/clientsc...5&lang=english so its not a problem connecting to steam. any help would be greatly appreciated. |
Not sure, maybe it's because you included a jquery version from the last century:
HTML Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
Quote:
edit: i updated your mod with the new jquery version and its still not working. |
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. |
I'm having the same problem as CptBogo so at least if we're screwing it up, we're screw it up consistently.
|
ive disabled it and steam connect. going to wait for a better mod.
|
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! |
Sorry. It seems it was my mistake. This can be deleted.
|
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!
|
help me pls
i get this when i try to connect No API Key specified, please correct! |
Did you set your api key in the Steam Connect settings?
|
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?
|
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. |
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?
|
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:
HTML Code:
<div class="steamprofile" title="76561197965018417"></div> Further reading: https://github.com/ata4/steamprofile...mple-ajax.html https://code.google.com/p/steamprofi...i/SteamProfile Let me know if you have trouble. |
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 |
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.p...&p=204#post204 Thank you for your help. Sincerely, |
is this mod still supportet, i was not able to fix the problem myself :x
|
Quote:
2) CHMOD directory "clientscript/steamprofile/cache" to 777 Works fine on GoDaddy hosting using vBulletin 4.2.0 Patch Level 3 |
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...0&lang=english Sincerely, |
Quote:
|
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 ... |
Yeah, i am getting the same thjing, i have the cache folder CHMOD to 777 yet the folder is empty.
|
1 Attachment(s)
I have mod installed but not getting data to Mini Steam Box.
|
Quote:
|
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...
|
Code:
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 Code:
curl |
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.
|
[QUOTE=Replicators;2415978]
Code:
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 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... |
Quote:
|
I swiched my forum to an all new host, where everything is allowed, still have these blank boxes
|
Quote:
|
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, |
No Fix?
|
Quote:
Maybe you should clean up your header... |
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 |
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....94&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: Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 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... |
All times are GMT. The time now is 07:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|