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)
-   -   Add-On Releases - Steam Mini Profiles (For Steam Connect) (https://vborg.vbsupport.ru/showthread.php?t=266884)

Disasterpiece 12-16-2011 11:40 AM

A member profile tab is planned in the next update, changing it now would need some extra coding, since the vars used are those from the postbit template, as you should see. ($this->post doesn't exist in memberprofile)

pgc-cs 01-01-2012 05:22 PM

I've arleady added it into memberinfo page, using that code:
PHP Code:

include_once(DIR '/includes/functions_steamconnect.php');

$user_info fetch_userinfo($prepared['userid']);

if (
$steam_id get_user_steamid($user_info)) {
$template_hook['profile_sidebar_before_usermenu'] .= '<div class="steamprofile" title="'.$steam_id.'"></div>';


Added on sitebar, creating my own template_hook to place it right after profile picture, but you can choose any of the template_hooks arleady exists or place it in template using {vb:raw prepared.steamid} instead of {vb:raw post.steamid}.

To author: when will you publish new version with fixed issues with private message and quickreply/quickedit?

gamersplatoon 01-03-2012 08:37 AM

Doesn't work on 4.1.8 tried everything
it shows a blank mini steam profile box.

Disasterpiece 01-03-2012 01:31 PM

Quote:

Originally Posted by gamersplatoon (Post 2283318)
Doesn't work on 4.1.8 tried everything
it shows a blank mini steam profile box.

Can you give me a link to your forum with steam mini profiles installed and enabled?

CoZmicShReddeR 01-15-2012 08:27 PM

Did something in Steam change as the information isn't showing anymore in forums posts...

Checked all the theme edits and such everything seems fine... It was on and off with 4.1.9 now with 4.1.10 noting is showing...
Example: http://www.cozworld.com/welcome-new-...st-member.html

Disasterpiece 01-15-2012 11:10 PM

I heard from other users that there might be a problem with 4.1.10. I'll try a few things out tomorrow, haven't installed the 4.1.10 yet

CoZmicShReddeR 01-15-2012 11:31 PM

Quote:

Originally Posted by Disasterpiece (Post 2288334)
I heard from other users that there might be a problem with 4.1.10. I'll try a few things out tomorrow, haven't installed the 4.1.10 yet

Hey Disasterpiece thanks for being so amazing! I am sure I speak for all Steam Community forum webmasters that we really appreciate your enthusiasm! Your our only hope atm! :)

toxic91 01-19-2012 07:52 PM

help.. i can`t install that:/

"No profile ID assigned"

I add code to additional.css & postbit_legacy and that dosen`t work;/

i have 4.1.7 :/ what can i do ?

Disasterpiece 01-19-2012 08:39 PM

Are you sure you installed SteamConnect? https://vborg.vbsupport.ru/showthread.php?t=266883

toxic91 01-20-2012 12:12 PM

Yes. I installed b 1.2.2

and create unique Steam API Key, add key in setting, install steam mini profile, takie CHMOD directory "clientscript/steamprofile/cache" to 777, add code in additional.css. maybe my hosting have the firewall and this block connect:/
http://imageshack.us/photo/my-images/15/beztytu111u.png

what i must do to add steam id in my profile? mayby there is a problem:/

Disasterpiece 01-20-2012 01:08 PM

settings look good to me. Can you give me a link where the badge is shown with the error message? Maybe I can gather more info looking at your html source code.

You can send me a PM if you don't want your forum posted in public.

BorisPeace 03-05-2012 05:36 PM

Hello,

The box appears where it should be, but it's empty (only background, no text) in purevb darkcore theme (linked below) that I use. It works properly in the default theme. I couldn't figure out whats in this theme prevent the addon from working properly.

Theme link: http://www.purevb.com/vbulletin-skins/18

Hope you can help.

Disasterpiece 03-05-2012 07:11 PM

Quote:

Originally Posted by BorisPeace (Post 2306489)
Hello,

The box appears where it should be, but it's empty (only background, no text) in purevb darkcore theme (linked below) that I use. It works properly in the default theme. I couldn't figure out whats in this theme prevent the addon from working properly.

Theme link: http://www.purevb.com/vbulletin-skins/18

Hope you can help.

what "box" ?

BorisPeace 03-05-2012 07:19 PM

"This Addon displays a Mini Steam Box in the postbit template."

The box in the postbit.

Disasterpiece 03-05-2012 08:41 PM

I need a link to your actual forum (PM or post here). If it appears as empty, it hasn't anything to do with the style you use.

BorisPeace 03-08-2012 11:14 PM

I solved my problem. FYI, the problem was about including jquery twice or not at all, because of some theme-specific stuff.

kalle801 03-14-2012 12:07 AM

i Love it :)

Buraz 04-15-2012 03:05 PM

Sadly, I'm getting this: http://i.imgur.com/OJsKT.png

I have no idea why. CHMOD is 777 for cache directory.

Also, the profile is showing up in the left part, but in additional.css I have set RIGHT. Just copied your CSS code.

Disasterpiece 04-15-2012 03:58 PM

Steam has been down today for a few hours. Check again and see if it still happens.

Buraz 04-15-2012 05:16 PM

Quote:

Originally Posted by Disasterpiece (Post 2320370)
Steam has been down today for a few hours. Check again and see if it still happens.

Well, a new user registered and it works well. I checked then the DB and saw the new user had |1|1 at the end of his steam_link entry... so I'll just change mine and the other admin ones. (we have |0|0 for some reason).

Edit: Tried it. Still not working... but the new user's one is working o_O I suspect is something related with our accounts, which were registered BEFORE steam connect implementation and we were unlinking and linking accounts around to test things out. That's the only reason I can think of... but I thought that could be fixed in the DB, but I can't see what's wrong :/

Also, still can't move the miniprofile to right side. Tried another method but it's not working :(
Tried deactivating 'add steam profile' in plugins and followed your guidelines in #3, but the miniprofile just disappears. Tried in postbit and postbit_legacy, both.

Disasterpiece 04-15-2012 06:31 PM

Quote:

Originally Posted by Buraz (Post 2320400)
Well, a new user registered and it works well. I checked then the DB and saw the new user had |1|1 at the end of his steam_link entry... so I'll just change mine and the other admin ones. (we have |0|0 for some reason).

The |1|1 and |0|0 are there for a reason and should not be changed!

Try clearing the cache directory of the steam mini profiles. (forum/clientscript/steamprofile/cache)

Quote:

Originally Posted by Buraz (Post 2320400)
Also, still can't move the miniprofile to right side. Tried another method but it's not working :(
Tried deactivating 'add steam profile' in plugins and followed your guidelines in #3, but the miniprofile just disappears. Tried in postbit and postbit_legacy, both.

You know CSS? A float:right should be enough to get the badge on the right corner.

Buraz 04-15-2012 06:42 PM

Cache cleared. The new user's miniprofile works. Our's still not working. Looks like we don't even have .xml file in the cache folder (but it does create the folder itself).

And yes, I tried float:left, saved and then float:right but still it's on left.

I will revert the changes I made in steamlink, thanks.

Disasterpiece 04-15-2012 06:57 PM

Send me the steam ids which don't work and a link to your forum per pm than I can take a look myself.

CoZmicShReddeR 04-18-2012 11:52 PM

Not sure if there is something wrong with Steam but the mini profiles are not connecting or grabbing data... And I did delete all the information in the cache...

Disasterpiece 04-19-2012 01:49 PM

Steam has been down yesterday and has several problems since.
http://forums.steampowered.com/forum...1#post30345921

I suggest to wait a day longer and re-check if the situation changes. Right now there's nothing I can do.

CoZmicShReddeR 05-02-2012 08:15 AM

Hey have you looked into the "Server error: 302 Found" error? It's been about three weeks now and the issue hasn't been fixed... I had wiped the cache folder several times... Steam link works fine...

Disasterpiece 05-02-2012 02:41 PM

This has to do with barracuda's tool, I'll ask him if he knows anything about this.

CoZmicShReddeR 05-04-2012 11:51 PM

I emailed him told me he was working on a fix and went to that github site but noticed his website still shows the same errors so guessing it's going to take a while yet sadly...

Disasterpiece 05-05-2012 04:10 PM

Regarding the 302 errors:

barracuda and me found a solution for this problem. He will work on a fix and as soon as it's done, I'll deploy the newest version and update the mod to 1.1.

stay tuned!

CoZmicShReddeR 05-05-2012 05:24 PM

Yay! Thanks so much! :)

wtfaatp 05-10-2012 09:27 PM

Quote:

Originally Posted by Disasterpiece (Post 2326514)
Regarding the 302 errors:

barracuda and me found a solution for this problem. He will work on a fix and as soon as it's done, I'll deploy the newest version and update the mod to 1.1.

stay tuned!

Not trying to rush ya my man, but is there any news on the 1.1 update?

Disasterpiece 05-11-2012 09:41 AM

My forum broke with the last vbulletin update, so I hadn't the chance to test the updated steam addon versions in a productive environment yet. They're finished, but untested.

If you like to get the new versions anyway, send me a quick pm and I'll give you the links.

Official update release follows as soon as I got my forum running again and can confirm that it doesn't set your forums on fire :)

Disasterpiece 05-14-2012 11:36 AM

Release of version 1.1!

Upgrade notes:
You need to upgrade steam connect first to version >= 1.4.2

Then: Delete the clientscript/steamprofile folder completely before you upload the new one from the archive file. No old scripts should remain before you do that!

Calystos 05-29-2012 05:13 PM

Am guessing its happening again, cos am getting blank boxes on my site as of this afternoon, :(

Wiped cache, etc, tried the above suggestions. No go. Will wait an see if its steam servers overloaded or what an hopefully it'll resume later. But figured better let yas know just incase.

foulsoul 05-31-2012 08:22 PM

I too am having a No profile ID assigned issue, a user apparently started the process, regreted it and canceled at some point and now he is stuck with that box on his posts unless he wants to re link.

I've tried clearing the cache but i may not have done it correctly.

I've tried having him re link and unlink, when he re links he gets the right box back but when he unlinks it does not dissapear like it should (it works for my account as i've tested it)

To be honest, with steam being a bit un reliable, how bout a replacement for steamprofile.js that doesnt show the box at all if there isnt a valid profile to show. I tried my hand at modifying the code and managed to get everything but the box gone, my guess is i'm getting stuck with the placeholder box that shows up before we even check to see if there is a good profile to load.

Disasterpiece 06-03-2012 03:05 PM

Quote:

Originally Posted by foulsoul (Post 2335208)
I too am having a No profile ID assigned issue, a user apparently started the process, regreted it and canceled at some point and now he is stuck with that box on his posts unless he wants to re link.

I've tried clearing the cache but i may not have done it correctly.

I've tried having him re link and unlink, when he re links he gets the right box back but when he unlinks it does not dissapear like it should (it works for my account as i've tested it)

To be honest, with steam being a bit un reliable, how bout a replacement for steamprofile.js that doesnt show the box at all if there isnt a valid profile to show. I tried my hand at modifying the code and managed to get everything but the box gone, my guess is i'm getting stuck with the placeholder box that shows up before we even check to see if there is a good profile to load.

I'll talk with barracuda on this issue. Can't promise anything, since it's basically his tool, my mod only embeds the steam badge.

hakkuo23 06-04-2012 01:50 PM

Google Page speed was giving me this:

Code:

Remove the following redirect chain if possible:
http://xenogamers.org/iconAddFriend.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconFriends.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGames.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGroups.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconInventory.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconScreenshots.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconVideo.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconWishlist.png
http://xenogamers.org/error.php

Anyway to fix this?

Disasterpiece 06-05-2012 12:07 AM

Quote:

Originally Posted by hakkuo23 (Post 2336479)
Google Page speed was giving me this:

Code:

Remove the following redirect chain if possible:
http://xenogamers.org/iconAddFriend.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconFriends.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGames.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconGroups.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconInventory.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconScreenshots.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconVideo.png
http://xenogamers.org/error.php
Remove the following redirect chain if possible:
http://xenogamers.org/iconWishlist.png
http://xenogamers.org/error.php

Anyway to fix this?

I don't see this being related with the mod?

dazed12 06-07-2012 04:27 PM

How do you adjust the width?

Fixed: found where to edit style.css

thecore762 07-10-2012 05:26 AM

1 Attachment(s)
Question Disaster,
I am not sure why the steam mini profile is showing 2x.

also is there a way to hide the bar if a user doesn't have steam linked to their account?


All times are GMT. The time now is 12:07 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.01339 seconds
  • Memory Usage 1,838KB
  • 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
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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