The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SteamProfile Integration Details »» | |||||||||||||||||||||||||||||||||
Description
Integrates SteamProfile badges into your forum. Allows forum users to see the current status of other members, including, adding them as Steam firends, viewing their profile, joining their current game and viewing their Team Fortress 2 backpack. The script accepts Steam IDs (ex STEAM_X:X:XXXXXXXX), Steam Community IDs (17 digit number) or Steam Community Aliases. I have included my vB4 skin as the default for the widget. Example Of The Badges (Demo Coming Shortly) Installation
Additional Credits Barracuda the author of SteamProfile. drpepper of TF2Maps.net for his original vB 3.8.2 mod. Upgrade Instructions (1.0.0 > 1.0.1)
Version History 1.0.0 - Initial Release 1.0.1 - Fixed Quote Overlap Issue Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
Please let me know
|
#23
|
|||
|
|||
If you check the source on any page, you'll see the code. I haven't changed anything.
|
#24
|
|||
|
|||
Quote:
Code:
<head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://forum.esforces.com" /> <base href="http://forum.esforces.com/" /><!--[if IE]></base><![endif]--> <meta name="generator" content="vBulletin 4.0.0" /> <meta name="keywords" content="esf,esfforums,ecx,earth's special forces,esforces,earthspecialforces" /> <meta name="description" content="The Earth's Special Forces Forums. New? Need help? Or just want to drop by? Ask your questions here!" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yuiloader-dom-event/yuiloader-dom-event.js?v=400"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=400"></script> <script type="text/javascript"> <!-- var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "images/misc"; var IMGDIR_BUTTON = "images/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "400"; var BBURL = "http://forum.esforces.com"; // --> </script> <script type="text/javascript" src="http://forum.esforces.com/clientscript/vbulletin-core.js?v=400"></script> <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/reset-fonts/reset-fonts.css" /> <link rel="stylesheet" type="text/css" href="css.php?styleid=29&langid=2&d=1261938163&td=ltr&sheet=vbulletin.css,popupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" /> <title>Earth's Special Forces - Forums</title> <link rel="stylesheet" type="text/css" href="css.php?styleid=29&langid=2&d=1261938163&td=ltr&sheet=forumbits.css" /> <!--[if IE 6]><link rel="stylesheet" type="text/css" href="css.php?styleid=29&langid=2&d=1261938163&td=ltr&sheet=forumbits-ie.css" /><![endif]--> <link rel="stylesheet" type="text/css" href="css.php?styleid=29&langid=2&d=1261938163&td=ltr&sheet=forumhome.css" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-6345932-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> </head> Now compare yours to my WIP site; jquery-1.3.2.min.js and steamprofile.js both are included in the header: Code:
<head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://ducksoup-gaming.com" /> <base href="http://ducksoup-gaming.com/" /><!--[if IE]></base><![endif]--> <meta name="generator" content="vBulletin 4.0.0" /> <meta name="keywords" content="vbulletin,forum,bbs,discussion,bulletin board" /> <meta name="description" content="This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ ." /> <script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=400"></script> <script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=400"></script> <script type="text/javascript"> <!-- var SESSIONURL = ""; var SECURITYTOKEN = "1262050863-23da81a2d06e5423ddf9b6591b3a35a1271462f0"; var IMGDIR_MISC = "images/misc"; var IMGDIR_BUTTON = "images/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "400"; var BBURL = "http://ducksoup-gaming.com"; // --> </script> <script type="text/javascript" src="http://ducksoup-gaming.com/clientscript/vbulletin-core.js?v=400"></script> <link rel="stylesheet" type="text/css" href="clientscript/yui/reset-fonts/reset-fonts.css" /> <link rel="stylesheet" type="text/css" href="css.php?styleid=2&langid=1&d=1262049749&td=ltr&sheet=vbulletin.css,forumhome_sub_forum_manager.css,popupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" /> <script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="steamprofile/steamprofile.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <script type="text/javascript"> <!-- $(function() { $('.subforumlist').removeClass('commalist'); $('.subforumlist').addClass('column3'); $('.forumdata').addClass('forumdata'); $('.datacontainer').addClass('datacontainer'); $('.subforums h4').css('display', 'none'); }) // --> </script> <title>DuckSoup-Gaming Forums</title> <link rel="stylesheet" type="text/css" href="css.php?styleid=2&langid=1&d=1262049749&td=ltr&sheet=forumbits.css" /> <!--[if IE 6]><link rel="stylesheet" type="text/css" href="css.php?styleid=2&langid=1&d=1262049749&td=ltr&sheet=forumbits-ie.css" /><![endif]--> <link rel="stylesheet" type="text/css" href="css.php?styleid=2&langid=1&d=1262049749&td=ltr&sheet=forumhome.css" /> <link rel="stylesheet" type="text/css" href="css.php?styleid=2&langid=1&d=1262049749&td=ltr&sheet=tagcloud.css" /> <script type="text/javascript" src="clientscript/yui/animation/animation-min.js?v=400"></script> <script type="text/javascript"> var sidebar_align = 'right'; var content_container_margin = parseInt('290px'); var sidebar_width = parseInt('270px'); </script> <script type="text/javascript" src="http://ducksoup-gaming.com/clientscript/vbulletin-sidebar.js?v=400"></script> </head> |
#25
|
|||
|
|||
Please switch to the default vb4 theme if you can. That's where I added it, not the xmas theme. You'll see this:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yuiloader-dom-event/yuiloader-dom-event.js?v=400"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=400"></script> <script type="text/javascript"> <!-- var SESSIONURL = ""; var SECURITYTOKEN = "1262049089-63f27b9cafaa9e6a845fe12c32baeba18dbff0e2"; var IMGDIR_MISC = "images/misc"; var IMGDIR_BUTTON = "images/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "400"; var BBURL = "http://forum.esforces.com"; // --> </script> <script type="text/javascript" src="http://forum.esforces.com/clientscript/vbulletin-core.js?v=400"></script> <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/reset-fonts/reset-fonts.css" /> <link rel="stylesheet" type="text/css" href="css.php?styleid=26&langid=2&d=1262006075&td=ltr&sheet=vbulletin.css,popupmenu.css,vbulletin-chrome.css,components.css,vbulletin-formcontrols.css" /> <script src="http://forum.esforces.com/clientscript/gcbos.js" type="text/javascript"></script> <script type="text/javascript" src="steamprofile/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="steamprofile/steamprofile.js"></script> <script src="http://www.esforces.com/javascript/prettyPhoto/js/jquery-1.3.2.js" type="text/javascript" charset="utf-8"></script> <script src="http://www.esforces.com/javascript/prettyPhoto/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="http://www.esforces.com/javascript/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto(); }); </script> |
#26
|
|||
|
|||
The only thing I can think of, without mucking around in your admincp, is that your "prettyphoto"'s jquery might be conflicting with the steamprofile's jquery. Try disabling prettyphoto and see if it solves the issue.
|
#27
|
|||
|
|||
Quote:
- AME 3 - BBR - Google Analytics Addon - BBR - Resize Images with lytebox - GCBOS - Members who have Visited - Separate Sticky and Normal Threads - Site link for vbb4 - vBH - Add new tabs - vbStopForumSpam - Who Has Read a Thread. |
#28
|
|||
|
|||
Originally Posted by Bouncer222 View Post
Can you tell me what you did to make it appear on top of the quote in the style.css, what did you add/edit? Because I would like to configure something a bit so I need to know this. Thanks. Please let me know Anyone please? |
#29
|
|||
|
|||
Quote:
Code:
z-index: 100; |
#30
|
|||
|
|||
Installed and have this error message
Error file_put_contents(cache/dd2841607e3f8f63b9700a394eb61445.xml) [function.file-put-contents]: failed to open stream: Permission Denied I also cant find my steam ID anywhere. Where would I find it? |
#31
|
|||
|
|||
Quote:
Steam Community ID/Alias Go to Steam's community site and search for yourself using the search box on the top right. Click on your name and have a look at the URL. It should be something like "http://steamcommunity.com/profiles/76561197965018417" or "http://steamcommunity.com/id/robinwalker". Whatever comes after the last slash is your community ID. For the examples above, it would be "76561197965018417" or "robinwalker". Steam ID This is your in-game Steam ID used by mostly Valve games. It's a little more complicated to find, but you can try using this website. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|