Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Steam Mini Profiles (For Steam Connect) Details »»
Steam Mini Profiles (For Steam Connect)
Version: 1.1, by Disasterpiece Disasterpiece is offline
Developer Last Online: Oct 2019 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.4 Rating:
Released: 07-14-2011 Last Update: 05-13-2012 Installs: 95
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

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

It requires the Steam Connect Addon to find the according Steam ID.
It's a vbulletin-implementation of Barracuda's SteamProfile Plugin.


INSTALL

1) Upload all the files inside "upload" directory to their respective locations

2) CHMOD directory "clientscript/steamprofile/cache" to 777

3) Import the product xml file as an Addon inside your AdminCP

4) Navigate to Settings > "Steam Mini Profile Settings" and configure the product to fit your needs.

BASIC STYLING

The best idea is to use it in the upper right corner of the postbit. You can accomplish this by adding this CSS to your CSS > additional.css template:

Code:
div.steamprofile{
float:right;
display:block;
z-index:300;
}
If you want to place it at any other position inside the postbit* template, follow the instructions in this post: https://vborg.vbsupport.ru/showpost....70&postcount=3
Just place the following part anywhere you like the profile to appear:
HTML Code:
<vb:if condition="$post['steamid']"><div class="steamprofile" title="{vb:raw post.steamid}"></div></vb:if>

See Upgrade Notes for Upgrade v1.0 -> v1.1

Download Now

File Type: zip stc_vbminiprofile.zip (49.0 KB, 483 views)
File Type: zip stc_vbminiprofile_v1.1.zip (733.1 KB, 794 views)

Screenshots

File Type: jpg scr3.JPG (65.2 KB, 0 views)
File Type: jpg scr6.jpg (46.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
7emper5i, Garrey, vosur

Comments
  #72  
Old 05-10-2012, 09:27 PM
wtfaatp wtfaatp is offline
 
Join Date: Jan 2011
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disasterpiece View Post
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?
Reply With Quote
  #73  
Old 05-11-2012, 09:41 AM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #74  
Old 05-14-2012, 11:36 AM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #75  
Old 05-29-2012, 05:13 PM
Calystos's Avatar
Calystos Calystos is offline
 
Join Date: Apr 2009
Location: Terra
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #76  
Old 05-31-2012, 08:22 PM
foulsoul foulsoul is offline
 
Join Date: Mar 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #77  
Old 06-03-2012, 03:05 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by foulsoul View Post
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.
Reply With Quote
  #78  
Old 06-04-2012, 01:50 PM
hakkuo23 hakkuo23 is offline
 
Join Date: Dec 2010
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #79  
Old 06-05-2012, 12:07 AM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hakkuo23 View Post
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?
Reply With Quote
  #80  
Old 06-07-2012, 04:27 PM
dazed12 dazed12 is offline
 
Join Date: Jul 2006
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you adjust the width?

Fixed: found where to edit style.css
Reply With Quote
  #81  
Old 07-10-2012, 05:26 AM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Attached Images
File Type: jpg 2x.jpg (77.9 KB, 0 views)
File Type: jpg none.jpg (63.3 KB, 0 views)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04920 seconds
  • Memory Usage 2,364KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete