rejetto forum

How do you remove "Hits"?

danno · 4 · 9685

0 Members and 1 Guest are viewing this topic.

Offline danno

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
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?



Offline danno

  • Occasional poster
  • *
    • Posts: 8
    • View Profile
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.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13524
    • View Profile
to remove the rest of the colum you have to find this part
Code: [Select]
[+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
Code: [Select]
[+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