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 -->
And these are the results:
Profile Options:
Mini Profile:
Most excellent!