The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Steam Mini Profiles (For Steam Connect) Details »» | |||||||||||||||||||||||||||||||||||
Steam Mini Profiles (For Steam Connect)
Developer Last Online: Oct 2019
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; } 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
Screenshots
Show Your Support
|
Comments |
#172
|
|||
|
|||
how do you put the mini profile in a forum block
thanks |
#173
|
|||
|
|||
I'm also working on including this in a separate location. I'm trying to add this to the profile page under the avatar. I've included the below code to the memberinfo_block_ministats template:
HTML Code:
<vb:if condition="$post['steamid']"><div class="steamprofile" title="{vb:raw post.steamid}"></div></vb:if> I made a new plugin at member_start with the following code: Code:
global $vbulletin; include_once(DIR . '/includes/functions_steamconnect.php'); $steam_info = fetch_steam_info(get_user_steamid($userinfo), $vbulletin->options['stc_apikey']); echo "$steam_info[steamid]"; Code:
global $vbulletin; include_once(DIR . '/includes/functions_steamconnect.php'); $steam_info = fetch_steam_info(get_user_steamid($userinfo), $vbulletin->options['stc_apikey']); $ProfileID = $steam_info[steamid]; |
#174
|
|||
|
|||
Hi there, First off... I love this plugin.
But I cannot get it to work properly Could you please assist me in the right direction... I've installed it and it shows up when you post, but it's just a grey box for me.. nothing else. Screen: Here is also the link to my site: http://infinity-community.net/showth...test&p=1#post1 Thanks in advance, If you prefer to contact me via email surfserverniff[at]hotmail.com |
#175
|
||||
|
||||
Quote:
I had exact the same problem for a long time. this helped me out: |
#176
|
||||
|
||||
everything solved, thx for the awesome support!
|
#177
|
||||
|
||||
this mod is awesome, but i'm close to losing my mind.
yesterday the profiles vanished. i've deinstalled a recent installed mod - profiles went back. today i woke up and the profiles are gone again. without changing anything. anyone any idea what could cause it? :x nvm: the teamspeak 3 slider deactivated the steam profiles :x |
#178
|
|||
|
|||
Can't get this to display at all. Using vB 4.2.2. Manually added the lines to the headinclude, no dice. Added the additional.css script to the very bottom of the additional.css, doesn't seem to do anything. Can't get it to appear at all.
my site: http://www.wisegamer.net Any help would be appreciated! |
#179
|
|||
|
|||
I used this code to display the mini profiles in postbit_legacy and it worked fine! But the mini profil is too long...is it possible to give the mini profile a fix size?
|
#180
|
||||
|
||||
You'd have to consult the author of the steam mini profiles tool, my vb addon only includes this 3rd party addon into the post.
|
#181
|
|||
|
|||
ok....thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|