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 07-16-2011 09:21 PM

Quote:

Originally Posted by i3lack (Post 2221309)
I can make updates to my current functions file if you give me an idea of what i need to do. Im holding off on updating at the moment.

I just looked into the functions.php file from 4.1.0 but it didn't contain any code with get_url.
The whole steam connect addon doesn't use this function too. So either you use a modified functions.php file or there's something else wrong somehow.

Post me the code block around the line where the error occurs in your includes/functions.php, maybe we can make some sense of it.

i3lack 07-16-2011 10:26 PM

This is the code that shows for Link

Code:

eval(standard_error(fetch_error('stc_link_success', create_full_url($vbulletin->url),  fetch_seo_url('FORUMH', array())), '', false));
       
exit();


I changed to

Code:

        eval(standard_error(fetch_error('stc_link_success')));
        exit();
}

It now allows the correct message when linking the account

I also removed all the following commands
Code:

$vbulletin->url = fetch_seo_url('forumhome', array())
And now when unlinking the account it will give me the unlink message.

Thanks for the help and again GREAT mod bud!


If anyone else is having the problem with a error when trying to link or unlink your account just let me know and i will upload my login2.php file that fixed it for me. Disasterpeice if you want the login2.php file i modified to work on my version just let me know bud!

erie1555 07-17-2011 03:17 AM

Any update on the birthday fix?

tlwwolfseye 07-17-2011 09:22 AM

Isn't there a high risk that this will make my Steam information available somehow to the wrong people ? Hacking Steam Accounts has become a great hobby for certain people over the years, and I myself was victim of that a couple years back.

This Mod strikes me as putting my Steam account at risk. What you guys think about it ?

Disasterpiece 07-17-2011 10:22 AM

Quote:

Originally Posted by tlwwolfseye (Post 2221420)
Isn't there a high risk that this will make my Steam information available somehow to the wrong people ? Hacking Steam Accounts has become a great hobby for certain people over the years, and I myself was victim of that a couple years back.

This Mod strikes me as putting my Steam account at risk. What you guys think about it ?

Not at all.
The only Information a forum gets, is your encrypted steam number, anything else like passwords or email will remain at steam. That's the advantage of the openID and this mod.

Quote:

Originally Posted by i3lack (Post 2221333)
This is the code that shows for Link

Code:

eval(standard_error(fetch_error('stc_link_success', create_full_url($vbulletin->url),  fetch_seo_url('FORUMH', array())), '', false));
       
exit();

...

If anyone else is having the problem with a error when trying to link or unlink your account just let me know and i will upload my login2.php file that fixed it for me. Disasterpeice if you want the login2.php file i modified to work on my version just let me know bud!

Thank you for the bugreport, I'll include it with the next update!
Quote:

Originally Posted by erie1555 (Post 2221391)
Any update on the birthday fix?

I'll adress it on the next update coming out in the next few days.

negrowarez 07-17-2011 11:26 AM

excellent contribution ... well ... I have the vb 4.1.4 install your plugin and I get this error in the Steam Settings Connect

Code:

"Error:
Do not enter a value for this configuration Validate. "


Disasterpiece 07-17-2011 12:15 PM

You need to enter a correct API key, which consists of 32 characters of Numbers and Uppercase Characters.
Paste it in the settings field, hit save and the error message should disappear.

erie1555 07-24-2011 01:16 AM

Any updates on the next update?

Disasterpiece 07-24-2011 03:03 PM

Updated to 1.1b

Quote:

- Fixed birthday fields not working correctly
- Fixed an issue with friendly_url while attempting to link two accounts
- Added profile data caching
- Added Steam Avatar URLs to postbit template as {vb:raw post.steamavatar}, {vb:raw post.steamavatarmedium}
and {vb:raw post.steamavatarfull} (disabled by default)
- Improved steam button, now using a separate template and being included via {vb:raw steam_button}

Disasterpiece 07-24-2011 05:52 PM

There seems to be an issue with the steam button template, where the form elements on the right side won't work if the button is included into the top navigation in the header template.

Solution is to edit the stc_signinbutton template, change <span to <div, </span> to </div> and add this to the CSS > additional.css template:

Code:

div.stc_signinbutton {
position:relative;
left:16px;
top:2px;
width:auto;
float:left;
}

ofc you may edit the position details according to your template.

I'll add another updated version tomorrow, for now the template/css fix should work.


All times are GMT. The time now is 08:58 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.01467 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)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