Steam Mini Profiles (For Steam Connect)
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; } Spoiler (click to open)
Quote by Garrey
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> HTML Code:
<div class="steamprofile" title="{vb:raw post.steamid}"></div> Add this to the template somewhere: Code:
div.steamprofile{ float:right; display:block; z-index:300; } 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
Download
stc_vbminiprofile.zip (49.0 KB, 486 downloads) Screenshots |
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 |