Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 22nd May 2011, 07:02
coko coko is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 11
Smile Help With torrenttable Browse.php
hi all...
i need help , i tried a lot but am unable to modify my browse.php where torrents are shown. I use TBDEV Heavy Beta as Source (TBDEV 2010)

currently i have this table

Click the image to open in full size.


i want to implement this type of table, i.e width of the table, longer "Name" field.

Click the image to open in full size.
Attached Files
File Type: php browse.php (11.3 KB, 26 views)
File Type: php torrenttable_functions.php (7.6 KB, 25 views)
File Type: php bittorrent.php (22.6 KB, 14 views)

Last edited by coko; 22nd May 2011 at 08:06.
Reply With Quote
  #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)
Reply

Tags
browsephp , torrenttable


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 11:20. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.