Have you tried this suggestion from a few posts up?
Quote:
Originally Posted by Apophis
Here's a sample of how I display my ribbons (although it's in a considerably different place than the stock code).
Code:
<table width="425" border="0" cellspacing="0" cellpadding="0"><tr>
<td align="left"><div>$post[userawards]</div></td></tr></table>
You could replace the $post[userawards] line with something similar to what I have above and it should work for you with some minor tweaking.
|