ChrisLM2001
05-17-2003, 12:43 AM
Managed to get 99% of the background images and table borders correct, except for one. In the showthread template it'll show the "Ratings" column, but I can't find the column/row HTML code for it, only this:
$threadrating
And it lies inbetween two rows....
<td bgcolor="{tableheadbgcolor}" nowrap style="border-bottom: none"><smallfont>
<a href="$sorturl&sortorder=desc&sortfield=views">
<font color="{tableheadtextcolor}"><b>Views</b></font></a> $sortarrow[views]</smallfont></td>
$threadrating
<td bgcolor="{tableheadbgcolor}" nowrap style="border-bottom: none; border-right: 1pt solid"><smallfont>
<a href="$sorturl&sortorder=desc&sortfield=lastpost">
<font color="{tableheadtextcolor}"><b>Last Post</b></font></a> $sortarrow[lastpost]</smallfont></td>
Where is the code for that column?
TIA,
Chris
$threadrating
And it lies inbetween two rows....
<td bgcolor="{tableheadbgcolor}" nowrap style="border-bottom: none"><smallfont>
<a href="$sorturl&sortorder=desc&sortfield=views">
<font color="{tableheadtextcolor}"><b>Views</b></font></a> $sortarrow[views]</smallfont></td>
$threadrating
<td bgcolor="{tableheadbgcolor}" nowrap style="border-bottom: none; border-right: 1pt solid"><smallfont>
<a href="$sorturl&sortorder=desc&sortfield=lastpost">
<font color="{tableheadtextcolor}"><b>Last Post</b></font></a> $sortarrow[lastpost]</smallfont></td>
Where is the code for that column?
TIA,
Chris