Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Sports Team Icons v2.3 for vbBux / vbPlaza Details »»
Sports Team Icons v2.3 for vbBux / vbPlaza
Version: 2.3, by caimakale caimakale is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Version: 3.5.5 Rating:
Released: 02-23-2006 Last Update: 08-22-2006 Installs: 79
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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. To remove teams, they will need to go back into the store where they purchased the icon and select remove to remove the icon, it is up to you to decide if you want to allow a refund. To add extra icons to a certain sport (maybe some old school logos) just name the logo in the same manner as the current ones and upload to that leagues folder. It's that easy thanks to the great coding of CMX.

Pre-requisites:
***You must have vbBux / vbPlaza version 1.5.7 or higher installed in order for this to work!***

Installation & Upgrade Instructions:
  1. Upload all the files in the Upload folder to your website.
  2. Import the .xml file using the Plugin System located in your AdminCP.
  3. Perform the required template changes below.

Required Template Changes:
Postbit & Postbit Legacy

Find:

Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Below it add:

Code:
				<if condition="$show['sports_icons']"><div>$post[sportsicons]</div><br /></if>
You can change the category settings for this addon in AdminCP >> vbPlaza Options >> Manage Categories >> Sports Teams. You can change the item settings for this addon in AdminCP >> vbPlaza Options >> Manage Options >> Sports Team section, just pick the league you want to edit. Make sure you set your usergroup permissions for this. If you uninstall vbPlaza / vbBux for any reason you will need to re-install this addon as well.

v1.1 Changes:
  1. Added NASCAR store item - Thanks LadyJo for the icons!
  2. Changed the icon names - Make sure you delete the MLB, NBA, NFL, & NHL folders in the /images directory before uploading this. If you don't you will have every icon available in your store twice!
  3. Updated the postbit/postbit legacy code - Make sure you update the code in your postbit/postbit legacy with the new code above.

v1.2 Changes:
  1. Added Premier League store item - Thanks Gizmo5h1t3 for the help with this!
  2. Changed the icon names (Again) - Make sure you delete the MLB, NBA, NFL, NHL, & NASCAR folders in the /images directory before uploading this. If you don't you will have every icon available in your store twice!
  3. Added code to strip underscores and hyphens when displaying the team name in the store drop down and when hovering over the icon in the postbit. Now 3-Dale_Earnhardt.gif will show up like 3 - Dale Earnhardt. Follow the example of the names if you have added your own custom icons to certains sports. Only use the underscore (_) and hyphen (-) along with the letters and numbers. Do not use spaces.
  4. Changed postbit code - Make sure you edit your postbit template with the new code. I did this so when future updates come out, you don't have to keep editing your postbits. If you don't like the sport you can simply disable it in vbPlaza Options >> Manage Options. Once there find the sport and go disable it.
  5. Fixed problem with templates not being cached.
  6. I cleaned up the code and a few other things that I can't think of right now!

v2.0 Changes:
  1. Upgraded to work with vbplaza 1.5.0+
  2. Added NCAA store item - Great work with the icons lordofgun!
  3. Changed the postbit/postbit legacy code - I know I said no more template updates, but this one is kinda out of my control. This change should prevent any further updates to templates.

v2.1 Changes:
  1. Added MLS store item - Thanks for the icons The Ottoman!

v2.2 Changes:
  1. Added FIFA World Cup 2006 store item - Thanks for the icons soulface!

v2.3 Changes:
  1. Updated to work with vbPlaza version 1.5.7+.

***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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 03-11-2006, 01:33 AM
NoRespect NoRespect is offline
 
Join Date: Oct 2005
Location: Houston
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
Did you redo the template edit? It doesn't look like you did.
<div><img src="images/nfl/Steelers.gif" alt="Steelers" border="0">


And the names in the new versions are different I guess...
Reply With Quote
  #133  
Old 03-11-2006, 01:33 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NoRespect
Code:
<!-- vbPlaza start -->
				<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
				<if condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- vbPlaza end --><br>
				<if condition="$show['sports_icons']"><div>$post[sportsicons]</div><br /></if>
Sorry that was my bad....I have mine showing up above the gifts and ribbons so when I looked at yours and didn't see anything there I assumed a template problem.

The problem you have is you upgraded from version 1.1. All of the icons went through a renaming process in 1.2. If you didn't change the "Can Change Always" setting for the sports icons, you can go back and purchase the steelers icon in the store again at no cost.

I renamed the icons to the full team name in 1.2, for example Pittsburgh_Steelers. There is code to strip the _ from the name in the store drop down box as well as in the alt tag when you hover over it. If you want to change it manually in the database, you will need to go the the user table and edit it in your row. Change it from Steelers to Pittsburgh_Steelers. Repurchasing it in the store is the easier option though.
Reply With Quote
  #134  
Old 03-11-2006, 01:34 AM
NoRespect NoRespect is offline
 
Join Date: Oct 2005
Location: Houston
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
Sorry that was my bad....I have mine showing up above the gifts and ribbons so when I looked at yours and didn't see anything there I assumed a template problem.

The problem you have is you upgraded from version 1.1. All of the icons went through a renaming process in 1.2. If you didn't change the "Can Change Always" setting for the sports icons, you can go back and purchase the steelers icon in the store again at no cost.

I renamed the icons to the full team name in 1.2, for example Pittsburgh_Steelers. There is code to strip the _ from the name in the store drop down box as well as in the alt tag when you hover over it. If you want to change it manually in the database, you will need to go the the user table and edit it in your row. Change it from Steelers to Pittsburgh_Steelers. Repurchasing it in the store is the easier option though.
Just a little quicker than me.

I'll just have them repurchase them. Thanks...bunches.
Reply With Quote
  #135  
Old 03-11-2006, 01:36 AM
dirtycrow dirtycrow is offline
 
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i upgraded but only NCAA icons appear as an opition in the store
Reply With Quote
  #136  
Old 03-11-2006, 01:42 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtycrow
i upgraded but only NCAA icons appear as an opition in the store
PM me your site with a test account name and password (and some points sot I can test purchase) and I will take a look.
Reply With Quote
  #137  
Old 03-11-2006, 02:06 AM
MorrisMcD's Avatar
MorrisMcD MorrisMcD is offline
 
Join Date: Nov 2003
Location: Cincinnati, Ohio
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
The upgrade script searches for previous versions and if one exists it renames the column names in the user table leaving all past purchases in place. It then deletes the sports category and items, and then reinstalls them with the new info.

So none of your prior purchases exist anymore? It must have been because it was disabled. I will double check the code just in case.

It then upgrades accordingly depending on the version you have installed.
Oh crap.. It didnt keep purchases

I still have my bengal and reds logos but they must be linked through the old images.. What you think I need to do now?
Reply With Quote
  #138  
Old 03-11-2006, 02:34 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MorrisMcD
Oh crap.. It didnt keep purchases

I still have my bengal and reds logos but they must be linked through the old images.. What you think I need to do now?
It looks like it worked ok on your site. If your icons are still showing up then all is well. You can check your database to verify if it worked. Check your user table, and look and see if the columns were changed from estore_mlb, estore_nba, etc.. to mlb_icon, nba_icon, etc...
Reply With Quote
  #139  
Old 03-11-2006, 04:28 AM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Smooth as silk upgrading to vbplaza and sportsicons 2.0. :up:
Reply With Quote
  #140  
Old 03-11-2006, 05:41 PM
Frugal Frugal is offline
 
Join Date: Nov 2001
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
They will be in a future upgrade. I wanted to change a couple thing with them (resize, make backgrounds transparent, etc...) and didn't have time to do it before rolling this out. I wanted to get people upgraded first.
If you are going to redo the F1 icons I can send you the original full size images if you want, they may be easier to work with.

Frugal
Reply With Quote
  #141  
Old 03-11-2006, 07:55 PM
rinkrat's Avatar
rinkrat rinkrat is offline
 
Join Date: Jan 2002
Location: Long Beach
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uninstalled this and then reinstalled it on the new VBux setup and the Items are not available in IE for me plus if I load Firefox, only the NCAA logos are available. All are stocked and have the proper permissions for buying.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05312 seconds
  • Memory Usage 2,328KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete