vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - Steam Connect - Sign in with your Steam Account! [RC3] (https://vborg.vbsupport.ru/showthread.php?t=266883)

Disasterpiece 03-26-2015 11:52 PM

Quote:

Originally Posted by Kutzooi (Post 2541549)
Same question here :D

Where do i paste this code?

Thanks in advance!

Looks like the code needs to be placed in the postbit_legacy template of your vbulletin style(s) where in the original style, the avatar would be located.

Snap_shot 04-26-2015 04:46 PM

Edit: never mind :\

Skyrider 05-07-2015 02:27 PM

Quote:

Primary Usergroup for Steam-Users

Note: This usergroup is ONLY for those who have not set up an email OR a password.
I wish I could override this either way. I'd like 1 usergroup (primary) for the steam linked users, regardless of the user has registered or not before linking. It works just great for new users, as expected. Just not for already registered users. I'm unable to find the specific code in login2 that does this. Its keeping the registered usergroup as main usergroup, while I want it to be the steam linked group.

mikez006 06-12-2015 03:37 PM

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.

Disasterpiece 06-14-2015 10:18 AM

Quote:

Originally Posted by mikez006 (Post 2547709)
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.

Is it just the admincp or the regular user profile in member.php?

striker_wow 07-13-2015 10:14 PM

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.

Disasterpiece 07-20-2015 02:41 PM

Does it literally say (invalid) in the url?

Can you send me a Link to where I can see it?

striker_wow 08-06-2015 02:37 PM

Quote:

Originally Posted by Disasterpiece (Post 2550857)
Does it literally say (invalid) in the url?

Can you send me a Link to where I can see it?

This screenshot may clearly explain the issue, notice the above url (it contains userid: 2 in the url) but when I take the mouse over the picture the url doesn't contain the "2" which redirects to user not found page.

https://vborg.vbsupport.ru/external/2015/08/41.png

mikez006 08-11-2015 02:30 PM

Quote:

Originally Posted by Disasterpiece (Post 2547786)
Is it just the admincp or the regular user profile in member.php?

Just in the adminCP.

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.

ukhostz 11-07-2015 07:01 PM

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",
now update it with the line below and that's it fixed!

Code:

$url = sprintf("http://steamcommunity.com/groups/%s/memberslistxml/?xml=1",
I'm no way a coder but just wanted my steamgroup facility working so did a bit of digging on https://partner.steamgames.com/docum...community_data and yeah it worked!!!

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 09:33 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
  • Page Generation 0.01589 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete