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)

Skyrider 01-30-2015 09:50 AM

Indeed.. would be nice if people are showing code, to mention where it should be placed to begin with.

MistViper 02-14-2015 05:38 PM

I get the same issue for the profile pictures not showing up. Any idea where to put that code or how to fix this?

reesev 03-02-2015 10:51 PM

Quote:

Originally Posted by mfowler70 (Post 2535003)
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:

<vb:if condition="$post['steam_code']"><a href="http://steamcommunity.com/profiles/{vb:raw post.steamid}" target="_blank" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"><img src="{vb:raw post.steamavatarmedium}" /></a>
            <
vb:else /><class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"><img src="{vb:raw post.avatarurl}" /></a>
            </
vb:if> 


Thanks.. that code worked for me.. had to make a few small modification in the postbit template with you code but works like a charm.


Anyone have a fix for referrals not working if they register using a steam id?

NoMatt3r 03-04-2015 08:34 PM

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?

Disasterpiece 03-04-2015 09:20 PM

What does the steam connect logfile say?

NoMatt3r 03-08-2015 01:34 PM

Quote:

Originally Posted by Disasterpiece (Post 2539539)
What does the steam connect logfile say?

Where do i find that?

Disasterpiece 03-08-2015 04:49 PM

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

NoMatt3r 03-10-2015 10:41 AM

Quote:

Originally Posted by Disasterpiece (Post 2539876)
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

Thank you for replying.

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.

Disasterpiece 03-10-2015 02:44 PM

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.

Kutzooi 03-25-2015 11:00 PM

Quote:

Originally Posted by Doc913 (Post 2535123)
Where should the code be pasted?

Same question here :D

Where do i paste this code?

Thanks in advance!


All times are GMT. The time now is 11:04 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
  • Page Generation 0.01777 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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