rejetto forum
Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: danno on October 19, 2010, 02:52:24 PM
-
I cannot figure out how to disable showing "Hits" using HFS 2.3 beta. I removed <th>{.^sortlink|d|Hits.} but that did not work. Can someone tell me how to do this?
-
Details are available here: http://www.rejetto.com/forum/index.php/topic,8549.0.html
-
Thanks! It isn't exactly right for the standard template...but I did manage to get rid of "Hits". What I'm left with is the column without the Hits header - just the column remains.
-
to remove the rest of the colum you have to find this part
[+file]
<td>%item-size%B<td>%item-modified%<td>%item-dl-count%
[+folder]
<td class='nosize'>folder<td>%item-modified%<td>%item-dl-count%
[+link]
<td class='nosize'>link<td colspan='2'>
and change it into
[+file]
<td>%item-size%B<td>%item-modified%
[+folder]
<td class='nosize'>folder<td>%item-modified%
[+link]
<td class='nosize'>link<td>
i didn't test it :P