Quote:
Originally Posted by ForYou
Hello ,
When i put NO here ,
Display Icon in Awards List
Do you want to show award icon column in Awards list page
Look in the photo what happend ,

|
The bug is fixed and updated in the zip file
If you dont want to import the whole product again, you can import the attached plugin for TIME to show, and
replace the second part (above $footer) in MEMBERINFO template by
HTML Code:
<!-- Award detail list -->
<if condition="$show['userawards']">
<a name="award">
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3" align="center">$vbphrase[award_showcase]
</tr>
<tr>
<if condition="$vboptions[aw_showicon]">
<td class="thead" nowrap>$vbphrase[award_icon]
</if>
<if condition="$vboptions[aw_showimage]">
<td class="thead" nowrap>$vbphrase[award_image]
</if>
<td class="thead" width="100%">$vbphrase[award_description]
</tr>
$userawardslistbits
</table>
</if>
<!-- /Award detail list -->
Sorry for the errors, my first hack in 3.5.0