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)

MadMakz 02-14-2012 01:30 AM

v1.2.2 -> 1.3.2RC1 @ vB4.1.10

it seems this ist now broken?

PHP Code:

{vb:raw post.steamavatarfull}
{
vb:raw post.steamavatar}
{
vb:raw post.steamavatarmedium

are empty

and it generates "empty" cache files for the users (if the cache has expired):
stc_.cached:
Code:

a:0:{}
stc_7656119799<cut>.cached:
Code:

a:0:{}
stc_7656119803<cut>.cached:
Code:

a:0:{}
template:
Code:

<a 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.steamavatarfull}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /></a>

normaly it's wrapped inside
Code:

<vb:if condition="$post['steamavatarfull']">
</vb:if>

but i removed that for testing. either way it doesn't work.

but as soon i look up a steamuser through ACP, respectively through my UCP, it displays everything fine and the cache is generated properly. from there on untill the cache expires again it also shows the avatar, from that "refreshed" user, in the template.

Sovereign123 02-18-2012 07:09 PM

Idk why, but it's interfering with viewing PM's? When it's enabled I can't view them, and when it is disabled I can.

Only thing I've done was messing with the positioning of the Steam Online image within templates, but I don't believe that would cause this issue, since it's fixed when disabled...

Weird.

VB version: 4.1.10

KHALIK 02-18-2012 10:47 PM

VB version: 4.1.10

I followed the instruction; but no logo appears under registration.

https://vborg.vbsupport.ru/external/2012/02/19.png


Code:

5) To make the steam sign-in button to appear in the register form, open the "register" template,
        search for the following code:


                <vb:if condition="$show['coppa']">
                        <div class="blockrow">{vb:rawphrase until_receive_signed_form}</div>
                </vb:if>


        BELOW add:


                <h3 class="blocksubhead">{vb:rawphrase stc_steamconnect}</h3>
                <div class="section">
                        <div class="blockrow hidden">
                                {vb:raw steam_button}
                        </div>
                </div>


MadMakz 02-23-2012 06:07 AM

Quote:

Originally Posted by KHALIK (Post 2300992)
VB version: 4.1.10

I followed the instruction; but no logo appears under registration.

https://vborg.vbsupport.ru/external/2012/02/19.png

remove the "hidden" class flag
<div class="blockrow hidden">
becomes
<div class="blockrow">
Code:

                <h3 class="blocksubhead">{vb:rawphrase stc_steamconnect}</h3>
                <div class="section">
                        <div class="blockrow">
                                {vb:raw steam_button}
                        </div>
                </div>

and my code for the vB mobile style:
Code:

                <h3 class="ui-bar ui-bar-d">{vb:rawphrase stc_steamconnect}</h3>
                <div data-role="fieldcontain">
                        {vb:raw steam_button}
                </div>


Dwarden 03-03-2012 10:33 PM

is there any time-frame for non-beta release? (month, quarter, year?)

Disasterpiece 03-03-2012 10:43 PM

By June there should be a stable version out. Starting april I have more time to develop the next big version.

Dwarden 03-03-2012 10:48 PM

ouch :( oh well guess i need to wait (that long)... hopefully there will be soon some new RC :)

Disasterpiece 03-04-2012 01:15 AM

What exactly is your problem with the current version? Just the "beta" after the name?

thecore762 03-04-2012 08:16 AM

The product is neat, looking forward to see this out of beta.

joshskeety 03-09-2012 02:16 AM

I can report that I receive the error

"Empty or invalid Steam ID transfered!" as well when trying to link the accounts. Here is what is generated in the log file:

Code:

[22:44, 8th Mar 2012] While transferring login process, the cached steam softlink seems to have vanished. Here's what we have:
[22:44, 8th Mar 2012] Array
(
    [51814c9c38be3da806fbacbe8267c9b7] => 76561198038410008
    [81bec68a9392a62de9963c4a0e43a546] => 76561198038410008
    [2cf580ab9d6b9afa65f0a84813fe7017] => 76561198045049347
    [cf2016a3fc0da59edaf7b8a33251628c] => 76561198045049347
    [e40f383a9e3053fb0688aaffaeafad5c] => 76561198038410008
    [5d4ed14e9738d8bb8b9591e2f190d766] => 76561198038410008
    [ede4133f444d574cb030126dae216614] => 76561198038410008
    [0879eed6a816bf46723639e75600cce7] => 76561198045049347
    [30d9bb09adcb6568767d396bebe3b0d3] => 76561198045049347
    [d71add05d151e77cb07d88dfaa271bdb] => 76561198045049347
    [dc738c27cebef09fb0e23c290f87a72c] => 76561198038410008
    [19619a6eca30f9acd8604763d9b36ffe] => 76561198038410008
)

[22:44, 8th Mar 2012] ---

Another thing I notice, is that if I simply register an account with quick register, it works but when I log in I return to the forum and I do not appear to be logged in at all.


All times are GMT. The time now is 01:17 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.01453 seconds
  • Memory Usage 1,756KB
  • 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
  • (9)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)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