Version: 1.00, by Injektilo
Developer Last Online: Nov 2023
Version: 3.5.3
Rating:
Released: 01-05-2006
Last Update: 01-07-2006
Installs: 44
Template Edits
No support by the author.
My Team Hack
What does this hack do?
Gives the ability to your users to select the team they support from the "Edit Profile" page, and a graphic bar with the team's logo will display in their posts, in postbit and postbit_legacy
Installation difficulty
This hack is very easy. It only takes 2 minutes to install. (IF it takes you more than 2 minutes then vbulletin.org is not the place for you to be )
What do you have to edit
You only have to edit 1 template (postbit or postbit_legacy)
and add a new profile field
(All instructions are included in a text file)
So far, i've just included all teams from English Premiership. In the next days i will add teams from Spain and Italy, or if some of you need other countries as well, just post it here
If you like this hack please clickity click this ->
Check the 3 screenshots below:
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Great Mod! I modified it just a bit to all members to show their favorite teams for the NFL, Major League Baseball, NBA, NHL and NCAA Football:
I added the new user profile fields as per the instructions for each new option, uploaded the images into their own folders in the images/MyTeam/ folder and then I added this to my postbit template:
Code:
<div class="smallfont"><strong><font color="#000066">Favorite Teams:</font><br>
<!-- MyTeam Hack by Injektilo - Start -->
<if condition="$post[field5] != ''"><img src="images/MyTeam/nfl/$post[field5].gif" title="$post[field5]" align="center"></if>
<!-- MyTeam Hack by Injektilo - End -->
<!-- MyTeam Hack by Injektilo - Start -->
<if condition="$post[field6] != ''"><img src="images/MyTeam/mlb/$post[field6].gif" title="$post[field6]" align="center"></if>
<!-- MyTeam Hack by Injektilo - End -->
<!-- MyTeam Hack by Injektilo - Start -->
<if condition="$post[field7] != ''"><img src="images/MyTeam/nba/$post[field7].gif" title="$post[field7]" align="center"></if>
<!-- MyTeam Hack by Injektilo - End -->
<!-- MyTeam Hack by Injektilo - Start -->
<if condition="$post[field9] != ''"><img src="images/MyTeam/nhl/$post[field9].gif" title="$post[field9]" align="center"></if>
<!-- MyTeam Hack by Injektilo - End -->
<!-- MyTeam Hack by Injektilo - Start -->
<if condition="$post[field10] != ''"><img src="images/MyTeam/ncaa/$post[field10].gif" title="$post[field10]" align="center"></if> </strong></div>
<!-- MyTeam Hack by Injektilo - End -->