Er...I think I did it... I took the original
forumnewsbody.tpl and replaced the whole thing with this:
|
Code:
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="modules/Forums/templates/{THEME_SEL}/{THEME_SEL}.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" marginwidth="10" marginheight="0" topmargin="0" leftmargin="10"
rightmargin="10" bottommargin="10">
<a name="top"></a>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th align="left" height="25"><font class="block-title">{fetchpost_row.TITLE}</font></td>
<span class="gensmall">{L_POSTED_BY} {fetchpost_row.POSTER} {L_ON}
{fetchpost_row.TIME} </span>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall"
style="line-height:150%">{fetchpost_row.TEXT}</span></td>
</tr>
<tr>
<td class="catbottom" align="left" height="24"><span class="gensmall">View Comments ({fetchpost_row.REPLIES}) | Post Comments</span></td>
</tr>
</table> |
Thanks for your help anyway, people.