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 |
#82
|
||||
|
||||
Quote:
If you add the steambadge in your postbit template manually, you need to disable said plugin: Or if you're ok with the position, just skip the template edit part and just leave this plugin activated. It already works like this in the plugin way. |
#83
|
|||
|
|||
Hi Disaster,
Code:
div.steamprofile{ float:right; display:block; z-index:300; } Is there a way for me to fix this? |
#84
|
|||
|
|||
@Disasterpiece, some issues:
http://www.webpagetest.org/result/12...4MF/1/details/ Showing as: http://edge.47r-squad.com/clientscri...le/ajax/themes//style.css should be http://edge.47r-squad.com/clientscri...e/ajax/themes/steam/style.css Anyway for this to be fixed is users are using a CDN? |
#85
|
||||
|
||||
I keep getting "No API Key specified, please correct!"
|
#86
|
||||
|
||||
Did you set an API key in the AdminCP?
|
#87
|
|||
|
|||
Where can you allow people to use there Steam avatar, on vbulletin.
I got this working fine on 2 forums, On here it shows up blank a grey box for all users... I, CHMOD directory "clientscript/steamprofile/cache" to 777 I deletd everything in the cache folder, now nothing seems to be posting in there. Turning on Skip JQuery Inclusion, made the box go away completely. http://www.preytech.com/forum/showth...ech-Gaming-amp I see: </script> <script type="text/javascript" src="http://www.preytech.com/forum/clientscript/vbulletin-core.js?v=420"></script> <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.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js"></script> You said in a previous post: <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> Seems to be different: steamprofile.min.js"> Which is slightly different. I tried putting that in heaaderinclude with no luck. I put it on the same host on this site with no issues.: http://www.boomgaming.net/forums/sho...ate-07-30-2012 |
#88
|
|||
|
|||
Hello, I kinda have the same problem. Well I enabled CHMOD 777 on those folders, I've tried with the "Skipe JQuery" on and the box disapeared.
It gives me this error in the box: Invalid profile data. I don't know now, please help. |
#89
|
||||
|
||||
Quote:
Yes this is weird, I get a javascript error when visiting your site: Code:
Zeitstempel: 04.08.2012 06:44:42 Fehler: TypeError: profileTpl.find("img").attrAppend is not a function Quelldatei: http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js Zeile: 200 Quote:
Things that may cause this: - Steam community is down right now. Does this still appear after a few days waiting? - some kind of host restriction that your webhost scripts aren't allowed to pull data from other websites? Maybe if you're using a very huge forum and the number of queries is extremely high? Otherwise, regarding the cache directory, it should be enough to set the directory to CHMOD 777: Code:
forum/clientscript/steamprofile/cache |
#90
|
|||
|
|||
I fixed the error: some reason I had Jquery twice, once I removed the 2nd link it worked fine.
A suggestion was given: I'm not sure if that's the reason, but in your first site, you're loading jQuery 1.4.0 and jQuery 1.4.2 at the same time. I would recommend to remove the link to 1.4.0 to avoid conflicts. Avatar: Allow vbulletin user to set avatar as there steam avatar? How do I do this? Or is there a setting to make it automatically do it? Where can you allow people to use there Steam avatar, on vbulletin. |
#91
|
||||
|
||||
Quote:
Quote:
Code:
{vb:raw post.steamavatarfull} {vb:raw post.steamavatarmedium} {vb:raw post.steamavatar} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|