View Single Post
  #4  
Old 12th March 2015, 07:27
Yupy Yupy is offline
Senior Member
 
Join Date: Nov 2008
P2P
Posts: 36
Default
Quote:
Originally Posted by firefly007 View Post
It will probably be a function, seeing that xBTiT is loosely based on Tbdev I would think it would torrent_table function, but I cant be sure.
Lol... has nothing in common with TBDev...

Open style/xbtit_default/torrent.list.tpl and remove:

Code:
          <if:XBTT>
          <else:XBTT>
          <td align="center" width="45" class="header"><tag:torrent_header_speed /></td>
          </if:XBTT>
          <td align="center" width="45" class="header"><tag:torrent_header_average /></td>
And

Code:
         <if:XBTT1>
          <else:XBTT1>
          <td align="center" width="45" class="lista" style="text-align: center;"><tag:torrents[].speed /></td>
          </if:XBTT1>
          <td align="center" width="45" class="lista" style="text-align: center;"><tag:torrents[].average /></td>
Reply With Quote