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.