The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
North American Sports Teams Icons+ Details »» | |||||||||||||||||||||||||||||
Want to show off the pride of your favorite sports team and allow your members to do the same?
This mod creates such a feature on your site. Your members can select up to 3 teams they root for or support. This will show up in the postbit area on the forum. Whether it's the NFL, MLB, NBA, NHL, or NCAA, we have it covered. You can add your own custom images as well or add to the list already provided. It's an easy little add on with big results. Step By Step Installation: 1) Upload the entire "teams" folder in your forumname.com/images/folder. 2) Go to your admincp->User Profile Fields->Add New User Profile Field. 3) For the Profile Field Type pick the 4th selection from the dropdown list. The name of it is "Single-Selection Menu". Now press continue. 4) On the new page, fill out this information : Title: My Favorite Sports Team Description: Select your favorite team from the NFL, MLB, NBA, NHL, or NCAA. Options: (Copy and paste in the options box, the list below. Copy it exactly as it is, and keep in mind that each team must appear on a separate line) LIST OF TEAMS IN FILE Set Default: None Display Order: Don't change this. Only thing you have to do, is to WRITE DOWN the number(ID) given in the "Display Order" field. You will need it later on during this installation.!!! Field Required: No Field Editable by User: Yes Private Field: No Field Searchable on Members List: No Show on Members List: No Option Input: Allow user to input their own value for this option: No Max length: Don't change it Display Size: Don't change it Regular Expression: Leave it blank Display Page: Select "Edit Profile" Click SAVE button. If you just want one team listed, continue on, but only use one line of the <if condition> line below in the code you must Add. If you want to add more teams, then just add more lines between the <div> code. Also if you want more teams listed... MAKE SURE YOU COMPLETE THE ABOVE STEP FOR AS MANY TEAMS AS YOU WANT YOUR USERS TO SELECT. 5) Now go to Styles & templates->Style Manager. Now you are looking at all the styles you are using for your forum. Pick the style you want to apply this hack by changing the dropdown selection next to it, to "Edit Templates". 6) On the new page, find the postbit or postbit_legacy template (depends which one you are using for your forum) and double click on it to edit it. NOTE: If you have no idea which postbit you're using, just use the postbit_legacy and see what happens. More than likely, that is the correct one. 7) In your code find: Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd> Code:
<div align="center"> <vb:if condition="$post['fieldX']"><img src="images/teams/{vb:raw post.fieldX}.gif" alt="Sports Logo" border="" /></vb:if> <vb:if condition="$post['fieldX']"><img src="images/teams/{vb:raw post.fieldX}.gif" alt="Sports Logo" border="" /></vb:if> <vb:if condition="$post['fieldX']"><img src="images/teams/{vb:raw post.fieldX}.gif" alt="Sports Logo" border="" /></vb:if> </div> Change all 3 [fieldX] and now you may click Save. A completed code would look something like this... [THIS IS AN EXAMPLE OF MINE] Code:
<div align="center"> <vb:if condition="$post['field5']"><img src="images/teams/{vb:raw post.field5}.gif" alt="Sports Logo" border="" /></vb:if> <vb:if condition="$post['field6']"><img src="images/teams/{vb:raw post.field6}.gif" alt="Sports Logo" border="" /></vb:if> <vb:if condition="$post['field7']"><img src="images/teams/{vb:raw post.field7}.gif" alt="Sports Logo" border="" /></vb:if> </div> NOTE: The above code is for 3 teams listed in your postbit side-by-side. If you don't care for the team logos I created, simply create your own and name them how you would want them entered on the option drop down. You'll notice that the images names are the same as we have listed. This mod/hack could be used for almost anything that you wanted your members to be able to select an image in place of text. Any questions or problems, please let me know. FYI, I included the college teams in this mod, but if you just want the professional sports, just do not copy those team names in the options area. Enjoy! Version 2.0: Upgraded to work with all vB 4.0 systems (even 4.1.8). Fixed some team names and updated some logos. (Thanks to all who pointed them out.) Added Soccer, Beer brands, Liquor brands, Auto Makers, & Fast Food/Restaurants to the drop down list. (If you do not want to add those, don't copy the text over in the profile field.) Would like to give a big THANK YOU to BirdOPrey5 for expanding on this mod and producing the extra icons. Version 1.2: Added UFL logos to the system. Version 1.1: 1. Edited the file to fix a spelling error. 2. Changed the icons for Columbus Blue Jackets, Oklahoma City Thunder, and NFL. Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
||||
|
||||
Superb idea this one thank you.
We run a Soccer Uk based Fifa site and would like to use All the teams from the English Premier league down to the League two division,I have the images i would use can you explain how i can add these please Sir? Many thanks |
#3
|
||||
|
||||
Quote:
Just put your images in the folder "teams". They MUST have the same name as the ones you added to the text file. Example - Vbulletin.png (upload to the "teams" folder) Enter "Vbulletin" in your text file Good luck. P.S. = this code can be used for just about anything you like. Sports icons, favorite car manufacturers, favorite food places, whatever you can think of. |
Благодарность от: | ||
ProFifaLeagues |
#4
|
|||
|
|||
Nice feature for the forum, thanks
Would be nice to have the list sorted by NFL, NHL, etc. instead having a mixed-up list |
#5
|
|||
|
|||
I see the dropdown menu in my usercp, but when i pick my team i don't see any icons underneath my name when i post. what's wrong?
|
#6
|
||||
|
||||
1.) Did you upload the folder "teams" to your images folder?
2.) Did you add the field numbers to the code before you added the code to your forumhome? |
#7
|
||||
|
||||
Thanks for this. It's great.
Is it possible to move the logos around? Possible put it above the users avatar? |
#8
|
||||
|
||||
When i hover over each logo they all say "Sports Logo" instead of what team it is an image of.?
Is that the way it is supposed to work.? *edit* Oh, am i supposed to go in & edit each line of text.? *edit2* nope that aint it. lol I see there isn't a place to edit for each line, but i did notice that when i clicked save i got this error.. (guessing it has nothing to do with this mod though.) HTML Code:
MySQL Error : Got a packet bigger than 'max_allowed_packet' bytes Error Number : 1153 * * * * * * * * * * MySQL Version : 5.1.63-cll |
#9
|
||||
|
||||
Quote:
I'd really like it to read the name of the team or whatever it is, instead of everything saying "Sports Logo". Can't it be written to just read the file name.? Thanks |
#10
|
|||
|
|||
As per my understanding, you can't display the name of the image/team with the current code; I've tried to play around with the code but without any success. I guess you would need to either work with JS or maybe try to write a function and link it to the mouseover action. Anyway, I would be interested as well in a solution
Cheers, Taev |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|