PDA

View Full Version : [2.3.0] - Almost Done...but...Where is the HTML for this?


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

filburt1
05-17-2003, 02:42 AM
Try forumdisplay_threadslist_threadrate?

Austin Dea
05-17-2003, 04:29 AM
If that code is in the showthread template, that variable calls the dropdown to rate the thread. To edit what you're talking about, filburt's right.