View Single Post
  #2  
Old 22nd May 2011, 14:14
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
in torrenttable_functions.php find

PHP Code:
  $htmlout .= "
  <td class='colhead' align='right'>
{$lang["torrenttable_files"]}</td>
  <td class='colhead' align='right'>
{$lang["torrenttable_comments"]}</td>
  <!--<td class='colhead' align='center'>
{$lang["torrenttable_rating"]}</td>-->
  <td class='colhead' align='center'>
{$lang["torrenttable_added"]}</td>
  <td class='colhead' align='center'>
{$lang["torrenttable_ttl"]}</td>
  <td class='colhead' align='center'>
{$lang["torrenttable_size"]}</td>
  <!--
  <td class='colhead' align='right'>
{$lang["torrenttable_views"]}</td>
  <td class='colhead' align='right'>
{$lang["torrenttable_hits"]}</td>
  -->
  <td class='colhead' align='center'>
{$lang["torrenttable_snatched"]}</td>
  <td class='colhead' align='right'>
{$lang["torrenttable_seeders"]}</td>
  <td class='colhead' align='right'>
{$lang["torrenttable_leechers"]}</td>
  <td class='colhead' align='center'>
{$lang["torrenttable_uppedby"]}</td>
  </tr>\n"

and make it look like this


PHP Code:
  $htmlout .= "
  <td class='colhead' align='right'><img dir='set image location' alt='
{$lang["torrenttable_files"]}' name='{$lang["torrenttable_files"]}'></td>
  <td class='colhead' align='right'><img dir='set image location' alt='
{$lang["torrenttable_comments"]}' name='{$lang["torrenttable_comments"]}'></td>
  <!--<td class='colhead' align='center'>
{$lang["torrenttable_rating"]}</td>-->
  <td class='colhead' align='center'><img dir='set image location' alt='
{$lang["torrenttable_added"]}' name='{$lang["torrenttable_added"]}'></td>
  <td class='colhead' align='center'><img dir='set image location' alt='
{$lang["torrenttable_ttl"]}' name='{$lang["torrenttable_ttl"]}'></td>
  <td class='colhead' align='center'><img dir='set image location' alt='
{$lang["torrenttable_size"]}' name='{$lang["torrenttable_size"]}'></td>
  <!--
  <td class='colhead' align='right'>
{$lang["torrenttable_views"]}</td>
  <td class='colhead' align='right'>
{$lang["torrenttable_hits"]}</td>
  -->
  <td class='colhead' align='center'><img dir='set image location' alt='
{$lang["torrenttable_snatched"]}' name='{$lang["torrenttable_snatched"]}'></td>
  <td class='colhead' align='right'><img dir='set image location' alt='
{$lang["torrenttable_seeders"]}' name='{$lang["torrenttable_seeders"]}'></td>
  <td class='colhead' align='right'><img dir='set image location' alt='
{$lang["torrenttable_leechers"]}' name='{$lang["torrenttable_leechers"]}'></td>
  <td class='colhead' align='center'><img dir='set image location' alt='
{$lang["torrenttable_uppedby"]}' name='{$lang["torrenttable_uppedby"]}'></td>
  </tr>\n"

make sure to set location of your images

in order to set the back ground color you well need to edit your css file for colhead
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following 2 Users Say Thank You to joeroberts For This Useful Post:
bodinho (26th November 2011), ppdsgame (28th May 2011)