trulylowcarb |
03-19-2009 06:13 PM |
Well darn. I thought I had my problem figured out when I found this reference to hacknho in the xml file for awards showcase, but it actually came from the current package I downloaded, so I am partially stumped, still.
Code:
- <template name="awards_showcase" templatetype="template" date="1133206835" username="Cypher" version="">
- <![CDATA[ <!-- [START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --><if condition="$show['userawards']"><a name="award"></a><br><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="3" align="center"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('award_showcase')"><img id="collapseimg_award_showcase" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_award_showcase}.gif" alt="" border="0" /></a> $vbphrase[award_showcase] ($total_awards $vbphrase[awards]) </td> </tr><tbody id="collapseobj_award_showcase" style="{$collapseobj_award_showcase}"> <tr> <if condition="$vboptions[aw_showicon]"> <td class="thead" nowrap>$vbphrase[award_icon]</td> </if> <if condition="$vboptions[aw_showimage]"> <td class="thead" nowrap>$vbphrase[award_image]</td> </if> <td class="thead" width="100%">$vbphrase[award_description]</td> </tr> $userawardslistbits</tbody></table></if><!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --> ]]>
</template>
{blush} I do see now that I previously edited my userward_bits template to remove the description entirely, since it persisted in showing up directly under the issue reason in the profile instead of off to the right in the next row, after my initial installation. I had forgotten all about doing it, truthfully, until I went looking today. Guess I didn't want to take the time to figure it out properly at the time. So I don't have the same issue as KenFoster after all.
In my best Gilda Radner voice...... "Never mind!" LOL
|