PDA

View Full Version : what is the name of the Table Heading


otacon
10-24-2002, 01:33 AM
well

i need it for all pages.

thanks in advance:)

Brad
10-24-2002, 02:22 AM
Please use the template support forum next time, thanks.

*moving*

Brad
10-24-2002, 02:24 AM
I think your asking about the header right?. All that is defined in the header template.

otacon
10-24-2002, 02:47 AM
no no the thing at the top of the forum home that says "Forum" "Posts Threads" "Last Post"

and on show forum

"Thread" "Thread Starter" "Replies" "Views" "Rating" "Last Post"

otacon
10-24-2002, 02:49 AM
this thing

Brad
10-24-2002, 02:53 AM
1st one: forumdisplay_threadslist

This block of code:

<tr bgcolor="{tableheadbgcolor}" id="cat" align="center">
<td bgcolor="{tableheadbgcolor}" align="center" nowrap colspan="3"><smallfont>
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumid" value="$forumid">
<input type="hidden" name="pagenumber" value="$pagenumber">
<a href="$sorturl&sortorder=asc&sortfield=title"><font color="{tableheadtextcolor}"><b>Thread</b></font></a> $sortarrow[title]</smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=asc&sortfield=postusername"><font color="{tableheadtextcolor}"><b>Thread Starter</b></font></a> $sortarrow[postusername]</smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=replycount"><font color="{tableheadtextcolor}"><b>Replies</b></font></a> $sortarrow[replycount]</smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><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><smallfont><a href="$sorturl&sortorder=desc&sortfield=lastpost"><font color="{tableheadtextcolor}"><b>Last Post</b></font></a> $sortarrow[lastpost]</smallfont></td>
</tr>

And for the rate colum: open forumdisplay_threadslist_threadrate

2nd one: forumhome

This block of code:

<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont>&nbsp;</smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>

otacon
10-24-2002, 03:12 AM
thanks