View Single Post
  #6 (permalink)  
Old 07-06-2006, 11:37 PM
DavidIQ's Avatar
DavidIQ
PPCGeeks Regular
Offline
Threadstarter
Location: Clearwater, FL
 
Join Date: Jun 2006
Posts: 220
Reputation: 10
DavidIQ is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to DavidIQ
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.
__________________
Reply With Quote