]just installed

looks very nice...
An option that could be implemented in to your new special edition - when user have seen all new messages or have marked them as read, on.gif should change to off.gif. How to do it?
[cough] Taskbar Ticker have this feature [/cough]
and another thing... to take one line less from finish php page on your desktop use this
PHP Code:
<td><normalfont><b> $bbtitle Latest Topics</b></normalfont></td>
instead of this
PHP Code:
<td><normalfont><b>$bbtitle<br>Latest Topics</b></normalfont></td>
Gives a better look and as said takes one line away (more space to new threads

)
Here's mine "LATEST" template (modified a lil bit as many users have long nicknames and thus makes many new threads on two lines instead of one)
PHP Code:
<HTML>
<HEAD>
$headinclude
<META HTTP-EQUIV=Refresh CONTENT="1800;latest.php">
<META HTTP-EQUIV=Pragma CONTENT=no-cache>
<TITLE>$bbtitle: Latest Topics</TITLE>
</HEAD>
<body>
<table border=0 cellpadding=0 cellspacing=1>
<tr>
<td valign="top"><img src="{imagesfolder}/on.gif" width="15" height="15"></td>
<td><normalfont><b> $bbtitle Latest Topics</b></normalfont></td>
</tr></table>
<table border="0" width="450" cellpadding="2" cellspacing="1" bordercolor="{tablebordercolor}" bordercolordark="{tablebordercolor}">
<tr>
<td bgcolor="{tableheadbgcolor}" align="center" width="290"><smallfont color="{tableheadtextcolor}"><b>Thread</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="center" width="100"><smallfont color="{tableheadtextcolor}"><nobr><b>Last Poster</b></nobr></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="center" width="30"><smallfont color="{tableheadtextcolor}"><b>Replies</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="center" width="30"><smallfont color="{tableheadtextcolor}"><b>Views</b></smallfont></td>
</tr>
$latest
</table>
</BODY>
</HTML>
have a nice day/eve