The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
Sports Team Icons v2.3 for vbBux / vbPlaza
![]() Developer Last Online: Jul 2018 ![]() ![]()
Sports Team Icons v2.3 for vbBux / vbPlaza About This Addon: This allows you to purchase icons of your favorite sports team and display them in your users postbit. Currently only MLB, NBA, NFL, NHL, NASCAR, Premier League, NCAA, MLS, & FIFA World Cup 2006 icons are available for purchase. This hack adds a new category for sports teams. In the new category are the different leagues that are currently available to purchase. By default I have enabled the "Can Change Always" portion so all of your "bandwagon" fans can come back and change their icon depending on who their favorite team is that week. ![]() Pre-requisites: ***You must have vbBux / vbPlaza version 1.5.7 or higher installed in order for this to work!*** Installation & Upgrade Instructions:
Required Template Changes: Postbit & Postbit Legacy Find: Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> Code:
<if condition="$show['sports_icons']"><div>$post[sportsicons]</div><br /></if> v1.1 Changes:
v1.2 Changes:
v2.0 Changes:
v2.1 Changes:
v2.2 Changes:
v2.3 Changes:
***Thanks to CMX_CMGSCCC for the amazing vbBux / vbPlaza hack! ***Thanks to lordofgun for the suggestions regarding this hack and the NCAA icons! ***Thanks to LadyJo for the NASCAR Icons! ***Thanks to Gizmo5h1t3 for the Premier League info! ***Thanks to The Ottoman for the MLS icons! ***Thanks to soulface for the FIFA World Cup 2006 icons! Show Your Support
|
Comments |
#252
|
|||
|
|||
![]()
anyone gonna try and revive this hack for 3.7?
|
#253
|
|||
|
|||
![]()
They are selling this on their website with no support at all
|
#254
|
|||
|
|||
![]()
I got it working with 3.7
![]() just have to do this..... open plugins/vbplaza_postbit_imicons.php above Code:
?> Code:
// Make sure the store is on if ($vbulletin->options['vbplaza_enabled'] == 1) { // Set it to show the icons $show['sports_icons'] = true; // Lets find and show the mlb icon if ($userinfo['mlb_icon'] != '') { $mlb .= "<img src=\"images/mlb/$userinfo[mlb_icon].gif\" alt=\"" . $userinfo[mlb_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[mlb_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the nba icon if ($userinfo['nba_icon'] != '') { $nba .= "<img src=\"images/nba/$userinfo[nba_icon].gif\" alt=\"" . $userinfo[nba_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[nba_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the nfl icon if ($userinfo['nfl_icon'] != '') { $nfl .= "<img src=\"images/nfl/$userinfo[nfl_icon].gif\" alt=\"" . $userinfo[nfl_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[nfl_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the nhl icon if ($userinfo['nhl_icon'] != '') { $nhl .= "<img src=\"images/nhl/$userinfo[nhl_icon].gif\" alt=\"" . $userinfo[nhl_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[nhl_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the nascar icon if ($userinfo['nascar_icon'] != '') { $nascar .= "<img src=\"images/nascar/$userinfo[nascar_icon].gif\" alt=\"" . $userinfo[nascar_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[nascar_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the premier icon if ($userinfo['premier_icon'] != '') { $premier .= "<img src=\"images/premier/$userinfo[premier_icon].gif\" alt=\"" . $userinfo[premier_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[premier_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the ncaa icon if ($userinfo['ncaa_icon'] != '') { $ncaa .= "<img src=\"images/ncaa/$userinfo[ncaa_icon].gif\" alt=\"" . $userinfo[ncaa_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[ncaa_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the mls icon if ($userinfo['mls_icon'] != '') { $mls .= "<img src=\"images/mls/$userinfo[mls_icon].gif\" alt=\"" . $userinfo[mls_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[mls_icon]) . "\" border=\"0\"> \n"; } // Lets find and show the fifa icon if ($userinfo['fifa_icon'] != '') { $fifa .= "<img src=\"images/fifa/$userinfo[fifa_icon].gif\" alt=\"" . $userinfo[fifa_icon] = preg_replace(array ("/_/", "/-/"), array (" ", " - "), $userinfo[fifa_icon]) . "\" border=\"0\"> \n"; } // Time to show the icons $userinfo['sportsicons'] .= $mlb . $nba . $nfl . $nhl . $ncaa . $nascar . $premier . $mls . $fifa; } |
#255
|
|||
|
|||
![]()
I am having issue with using this xml file with 3.8.4 forums.Is there an updated version of the post icons???
It's tell me this Warning: require_once([path]/includes/functions_vbplaza.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/plugin.php(1995) : eval()'d code on line 177 Fatal error: require_once() [function.require]: Failed opening required '/home/me66z/public_html/forum/includes/functions_vbplaza.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/me66z/public_html/forum/admincp/plugin.php(1995) : eval()'d code on line 177 can someone help me out |
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|