rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Anonymous on September 27, 2003, 07:19:45 AM

Title: Remove Hits from HFS?
Post by: Anonymous on September 27, 2003, 07:19:45 AM
Is there any way to remove the Hits column on the HFS page?
Thanks! :)
Title: Remove Hits from HFS?
Post by: Tim on September 27, 2003, 01:04:41 PM
Rejetto once posted this:
you will have to change the template as follow:
Code: [Select]
[files]
<div class=label>%number-folders% folders,  %number-files% files</div>
<table cellpadding=5>
<th><a href="%folder%?sort=n"><span class=column>Filename</span></a>
<th><a href="%folder%?sort=s"><span class=column>Filesize</span></a>
<th class=column>Hits
%list%
</table>

[file]
<tr><td class=row><a href="%item-url%"><img align=top src="/~img_file"> %item-name%</a>%comment%<td class="row right">%item-size%<td class="row right">%item-dl-count%

[folder]
<tr><td class=row><a href="%item-url%"><img align=top src="/~img_folder"> <b>%item-name%</b></a>%comment%<td colspan=2 align=center class=row><i>folder</i>
In this template (I'm using) also the date and time is removed.
Title: Remove Hits from HFS?
Post by: rejetto on September 27, 2003, 02:03:28 PM
i will publish more templates in the near future
Title: Remove Hits from HFS?
Post by: Anonymous on September 27, 2003, 04:41:41 PM
Thanks everyone for the help! :)