Do you just want the date at the top without the buttons on the bottom? If so just do this.
Note: You need postbit image hack to be installed so that the date can be put into the image like here
Find
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10"><img width="10" height="1" src="images/space.gif" alt="">
</td><td width="100%"><!-- spacer -->
<br>
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="images/catleft.gif" border="0"></td>
<td align="center" background="images/catmiddle.gif" width="100%"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$thread[title]</b></normalfont></a></td>
<td width="48"><img src="images/catright.gif" border="0"></td>
</tr>
</table>
And Replace with
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10"><img width="10" height="1" src="images/space.gif" alt="">
</td><td width="100%"><!-- spacer -->
<br>
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="56"><img src="images/catleft.gif" border="0"></td>
<td align="center" background="images/catmiddle.gif" width="638px"><font size=1 face=arial>$post[title] - Posted: $post[postdate] </font><font color="#000000" size=1 face=arial>$post[posttime]</td>
<td width="56"><img src="images/catright.gif" border="0"></td>
</tr>
</table>
If you want to know how to do the buttons on the bottom let me know and I will post it.
|