There's a way to do this so it only affects those downloads that you actually have to click on. Images and streams would still show the downloaded times part. All you would need to change in viewtopic_attach_body.tpl is:
Code:
#
##FIND
#
<td rowspan="4" align="center" width="10%" class="attachrow">{postrow.attach.attachrow.S_UPLOAD_IMAGE}
{L_DOWNLOAD}</td>
#
##REPLACE WITH
#
<td rowspan="3" align="center" width="10%" class="attachrow">{postrow.attach.attachrow.S_UPLOAD_IMAGE}
{L_DOWNLOAD}</td>
#
##FIND
#
<tr>
<td width="15%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOAD_COUNT}</span></td>
</tr>
#
##REPLACE WITH
#
<!--
<tr>
<td width="15%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="attachrow"><span class="genmed">{postrow.attach.attachrow.L_DOWNLOAD_COUNT}</span></td>
</tr>
-->
I'll put up the zipped cab version tomorrow.