The Arcive of vBulletin Modifications Site. |
|
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 |
|
#2
|
|||
|
|||
|
But how can I move it? It's before post - but I would like to get it after post and aligned to right.
Thanks! |
|
#3
|
||||
|
||||
|
Quote:
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! |
|
#4
|
|||
|
|||
|
You are fast!
Thanks a lot!
|
|
#5
|
|||
|
|||
|
doesnt display the miniprofile...
i went and disabled the plugin hook ' Admincp > Plugins, deactivate the plugin "add steam profile" in hook "postbit_display_start". ' and i check the source of the html... it is where it needs to be, but it doesnt display... any ideas? ps. steam connect works 100% |
|
#6
|
||||
|
||||
|
Quote:
It should appear within the head-tags of your template. If it doesn't, you need to include the following line in your headinclude template manually: HTML Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script> |
|
#7
|
|||
|
|||
|
its there... have looked around at all the settings, still no idea... all the files are in the right folders.. steam connect is 100% all settings look 100%.
http://www.wkaclan.com/ if you want to peak at the source. (youll only be able to see the news section, which should be enough to see the source of a page with it on it) |
|
#8
|
|||
|
|||
|
iv also tried it with this on and off
Quote:
|
|
#9
|
||||
|
||||
|
The plugin Add steamprofile should remain active.
It seems you're missing jquery. What does the setting "Skip JQuery" say in your admincp > steam mini profile settings? |
|
#10
|
|||
|
|||
|
works now, thanks
|
![]() |
|
|