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

 
 
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
  #142  
Old 03-11-2006, 08:38 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rinkrat
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.
If you uninstalled first then it will still have the old sports items in the vbp_option table, which won't work with 1.5. Uninstalling won't erase that code because when you uninstall it looks for the code in estoreitems. I wrote the xml file to either install fresh, meaning you never had the old one installed, or to upgrade an existing installation.

If you uninstalled first then all of your data is gone anyways, just uninstall and reinstall and it should fix everything for you. Your members icons will be gone, but the "Can Change Always" flags will still be set so they can go back and repurchase without having to pay again.

***EDIT***I updated the install file, I didn't post it as a version change because the changes I made won't help anyone who has tried to install this already. In your case rinkrat, uninstall and reinstall and it should work. Going forward, even if people uninstall the sports after upgrading vbbux to 1.5, this should now install properly.
Reply With Quote
  #143  
Old 03-11-2006, 08:41 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Frugal
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
Attach them here and I will take a look at them.
Reply With Quote
  #144  
Old 03-11-2006, 10:33 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

upgraded flawlessly.
Reply With Quote
  #145  
Old 03-13-2006, 09:34 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do I drop the images into my root/forums folder? or into the forums/images folder? The instructions just say to upload it to your website .........
Reply With Quote
  #146  
Old 03-13-2006, 01:32 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohiosweetheart
do I drop the images into my root/forums folder? or into the forums/images folder? The instructions just say to upload it to your website .........
FTP into your forum root, once at your forum root, upload the contents of the Upload folder into your forum root and everything will go where it needs to go. There are some vbplaza files as well as images. Make sure you don't upload the "Upload" folder itself though, just the contents inside of it which should be an images & vbplaza folder, they need to go to your forum root.
Reply With Quote
  #147  
Old 03-13-2006, 02:30 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you sweetie.. I got it and it's working great! I KNEW the sports ones would be a big hit on my site, even tho it's an adult site... we have a HUGE nascar thread lol
Reply With Quote
  #148  
Old 03-13-2006, 03:41 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

YIKES.. problem here... I purchased two nascar drivers, and only ONE is showing up in my postbit. NONE in profile where gifts and ribbons show.

Can this be fixed Cai?
Reply With Quote
  #149  
Old 03-13-2006, 03:44 PM
MorrisMcD's Avatar
MorrisMcD MorrisMcD is offline
 
Join Date: Nov 2003
Location: Cincinnati, Ohio
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohiosweetheart
YIKES.. problem here... I purchased two nascar drivers, and only ONE is showing up in my postbit. NONE in profile where gifts and ribbons show.

Can this be fixed Cai?
its designed to only have one of each league... But the good news is that you can set it so you can switch for free...

It would be nice to be able to allow maybe 2 or 3 of each though.... Although that could make a very messy postbit
Reply With Quote
  #150  
Old 03-13-2006, 03:47 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MorrisMcD
its designed to only have one of each league... But the good news is that you can set it so you can switch for free...

It would be nice to be able to allow maybe 2 or 3 of each though.... Although that could make a very messy postbit
well, if only one of each is allowed., then I'd like to have them show in the profile like the others do. I mean my members are purchasing 2 and 3, but only seeing one... and getting a bit ticked lol
Too many people have more than one Nascar favorite driver

possible?
Reply With Quote
  #151  
Old 03-13-2006, 04:07 PM
MorrisMcD's Avatar
MorrisMcD MorrisMcD is offline
 
Join Date: Nov 2003
Location: Cincinnati, Ohio
Posts: 415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohiosweetheart
well, if only one of each is allowed., then I'd like to have them show in the profile like the others do. I mean my members are purchasing 2 and 3, but only seeing one... and getting a bit ticked lol
Too many people have more than one Nascar favorite driver

possible?
I'm just the messenger... We will have to wait on caim for that answer
Reply With Quote
 


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 04:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06597 seconds
  • Memory Usage 2,318KB
  • 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
  • (2)bbcode_code
  • (6)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