Back to vBulletin 4.x Add-ons

Steam Mini Profiles (For Steam Connect)
Mod Version: 1.1, by Disasterpiece

vB Version: 4.1.4 Rating: (11 votes - 4.82 average) Installs: 95
Released: 15 Jul 2011 Last Update: 14 May 2012 Downloads: 1066
Not Supported Uses Plugins Auto-Template Additional Files External Content  

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 http://nuclearvelocity.com/barracuda/about/ https://code.google.com/p/steamprofile/.

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:

Spoiler (click to open)


Quote by Garrey
But how can I move it? It's before post - but I would like to get it after post and aligned to right.

Thanks!
Hi

First, go to Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start".

Then you navigate to Styles > Templates > Postbit > postbit/postbit_legacy (depends on what you're using)

Find:
HTML Code:
<!-- / attachments -->
					</vb:if>
Below, add:
HTML Code:
<div class="steamprofile" title="{vb:raw post.steamid}"></div>
Then Navigate to Styles > Templates > CSS > additional.css
Add this to the template somewhere:
Code:
div.steamprofile{
float:right;
display:block;
z-index:300;
}
Save

That's it!

Close

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

Spoiler (click to open)


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!

Close
for Upgrade v1.0 -> v1.1

Download

File Type: %1$s stc_vbminiprofile.zip (49.0 KB, 486 downloads)
File Type: %1$s stc_vbminiprofile_v1.1.zip (733.1 KB, 797 downloads)

Screenshots

Click image for larger version
Name:	scr3.JPG
Views:	2357
Size:	65.2 KB
ID:	131043   Click image for larger version
Name:	scr6.jpg
Views:	2466
Size:	46.1 KB
ID:	131087  

Similar Mods

Integration with vBulletin Steam Connect - Sign in with your Steam Account! [RC3] vBulletin 4.x Add-ons
Mini Mods Steam IM Card v4.x (now with Steam Profile Tab) vBulletin 4.x Add-ons
Mini Mods Steam IM Card vBulletin 3.8 Add-ons
Mini Mods Steam IM Card vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024