![]() |
Quote:
|
I'd be willing to help anyone with setting this up if they need it...
I am having one problem... I can not get the steam pics to show in forum post for the life of me? Anyone know of a fix or having the same problem? 4.2.2 |
Does this support the version 4.2.2?
|
Quote:
|
Hello,
I changed my forum address from http://aus-tg.com/forums/ to http://forums.aus-tg.com/ a few weeks ago. Now when people attempt to use the signin through steam button (http://forums.aus-tg.com/login2.php?do=login) it keeps redirecting them back to the same page. My SteamAPI key is correct and the domain for the api key is aus-tg.com. I use other services on the same domain (console.aus-tg.com) which work fine with the same API key. I'm sure I'm missing something stupid. Can someone please help. |
Quote:
|
{vb:raw post.steamicon}
This doesn't work :( |
Great plugin. I was just wondering is there a way to set a users steam avatar as their main avatar for the forums?
|
The latest 4.2.2 version of vBulletin makes your addon spit an erro such as following:
Code:
Warning: fopen(/usr/www/****/public/logging.txt): failed to open stream: No such file or directory in ..../includes/functions_steamconnect.php on line 543 Thanks :) |
Works fine here, except when steam web API goes down, then even 1 second timeout is too much.
The following change allows timeouts below 1 second: PHP Code:
|
Ran into a problem with usergroups.
Primary usergroup for all new members (including Steam Connect) is: usergroup1 Steam Connect users are added to a secondary usergroup: Steam Users We have multiple membership plans which move members to different primary usergroups. If a "Steam" user upgrades their account, their primary usergroup is changed. However when the Steam Connect cache time expires, it reacquires their Steam info, but then changes their primary usergroup back to the default usergroup (usergroup1). Increasing cache time to a very large number will solve this, but then their info will never update. Is there a way that the primary usergroup change can be disabled after the Steam users registers for the first time? Update: I doesn't appear to be the cache time. I set it for 90 days, but members are still being removed from their upgraded usergroups and are being move back to the default usergroup1. Any ideas? |
Your get_user_steamid() is broken. user info doesn't include steam_link even though it is in the database. If you provide get_user_steamid() with no params then you will always get a return false because of this.
|
Possibility of port to vb5?
|
I doubt it. vB5 is not made to be mod friendly.
|
Using 4.2.2.
I commented out this line from the Steam Connect cron job and it solved the problem. Code:
$finishat = update_user_steamgroup_assoc(null, null, 1, 1, 1); |
Glad to hear you came up with a solution to your issue mikez006. :)
|
Quote:
|
Quote:
|
By the way, this is how I tackle the issue with non-Steam avatars not showing up using the method outlined previously in this thread. I'm sure the code isn't proper and I'm no programmer but this works for me.
PHP Code:
|
Quote:
|
Indeed.. would be nice if people are showing code, to mention where it should be placed to begin with.
|
I get the same issue for the profile pictures not showing up. Any idea where to put that code or how to fix this?
|
Quote:
Anyone have a fix for referrals not working if they register using a steam id? |
Hey,
just installed the mod and when i want to login i'll get this message on my board after logging in into steam web page: There has been an error with your request. Please inform the Administrator, if the problem persists. Anybody knows how to fix? |
What does the steam connect logfile say?
|
Quote:
|
In the addons settings you can specify a logfile. Errors should appear there as well. Set up a logfile path, replicate the error and check if an error message appears in the log
|
Quote:
I've created a file and set permissions to 777. It looks like this http://puu.sh/gutE5/01ed3685ef.png However, when i try to sign in through Steam and get the error there is nothing written in this file. |
The path needs to be absolute, as the description hints.
Find out how the directory of your vbulletin installation is called, so instead of steam_connect_log.txt, there needs to be something like /var/www/mydomain.com/httpdocs/steam_connect_log.txt on linux servers and C:/htdocs/mydomain.com/steam_connect_log.txt on windows servers. I cannot help you with this, contact your provider in case you have no idea where to get that information. |
Quote:
Where do i paste this code? Thanks in advance! |
Quote:
|
Edit: never mind :\
|
Quote:
|
When the Steam API is down it causes user profiles to hang for about 20-30 seconds when loading them via AdminCP. It doesn't do this on the main site.
Can a fix be made so that it times out in adminCP also? Waiting 30 seconds when I have to view someone's profile is very frustrating. |
Quote:
|
I have integrated this on my forums. On the user profile page, when I click on the user profile pic the link on the picture is /forums/member.php?striker_wow (invalid) which should be /forums/member.php?1-striker_wow. Any help will be appreciated.
|
Does it literally say (invalid) in the url?
Can you send me a Link to where I can see it? |
Quote:
https://vborg.vbsupport.ru/external/2015/08/41.png |
Quote:
Also on another note, the Steam API is down currently and when some clicks the "Sign with Steam" button it hangs for about a minute then they get a time-out error on the website. |
OK for anyone that is having issues with the steamgroup info returning an error with malformed XML there is a simple fix
So goto your includes folder and open functions_steamconnect.php and look for Code:
$url = sprintf("http://steamcommunity.com/groups/%s/memberslistxml/?p=%d", Code:
$url = sprintf("http://steamcommunity.com/groups/%s/memberslistxml/?xml=1", Hope this help people out a little till a proper coder can pick up on the development of this great plugin! |
All times are GMT. The time now is 02:38 AM. |
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:
|