mmontana wrote:Rich, I cleared the IE cache, including history, cookies, etc. I told the forum not to remember my login, logged out of the forum and closed IE. I opened the forum and clicked on one of the top five links. It took me right to the post without asking for a password or even making me login to the forum.

That shouldn't be happening and I can't reproduce it.
Nailz, when you feel like it you can test this html. Copy it save it as top_five_body.html and upload it into your template folder for your style, then refresh the template/purge the cache in the ACP..
Code: Select all
<br clear="all" />
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="cat-head">
<tr>
<td width="182" align="left" valign="bottom"><img src="./styles/Provision_Red/theme/images/chl.png" width="182" height="31" border="0" alt="" /></td>
<td width="100%" align="left"><h4>Top Five</h4></td>
<td width="23" align="right"><img src="./styles/Provision_Red/theme/images/chr.png" width="23" height="31" border="0" alt="" /></td>
</tr>
</table>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" width="40%"><h4>{L_NEWEST_TOPICS}</h4></td>
<td class="cat" width="20%"><h4>{L_TOP_FIVE_ACTIVE}</h4></td>
<td class="cat" width="40%"><h4>{L_TOP_FIVE_NEWEST}</h4></td>
</tr>
<tr>
<td class="row1"><!-- BEGIN hot_topic_row --><span class="genmed"><a href="{hot_topic_row.U_TOPIC}">{hot_topic_row.TOPIC_TITLE}</a> {hot_topic_row.USERNAME_FULL}</span><br /><!-- END hot_topic_row --></td>
<td class="row1"><!-- BEGIN top_five_active --><span class="genmed">{top_five_active.USERNAME_FULL} {L_POSTS}: <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a></span><br /><!-- END top_five_active --></td>
<td class="row1"><!-- BEGIN top_five_newest --><span class="genmed">{top_five_newest.USERNAME_FULL} {L_JOINED}: {top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></td>
</tr>
<tr>
<td class="row4" colspan="2"> </td>
</tr>
</table>