Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
Thread Tools
  #1  
Old 15th July 2008, 09:33
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default TorerentTable dimension
How can i resize dimension for this table? I asked & to official site but no answer
Attached Thumbnails
fff.jpg  
Reply With Quote
  #2  
Old 16th July 2008, 02:43
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default Re: TorerentTable dimension
in short .. you cant lol

the table is already very scrunched up .. with a little CSS editing you may be able to squeeze a few extra pixels out of the width but nothing to the amount you want .. you would have to severely cut the torrent names down and possibly remove 1 or 2 columns.

it would be easier to enlarge the other frames if you really want them to match
Reply With Quote
  #3  
Old 3rd September 2008, 02:48
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Default
functions.php
PHP Code:
function torrenttable($res) {
  global 
$site_config$CURUSER$THEME$LANGUAGE;  //Define globals

  
if ($site_config["MEMBERSONLY_WAIT"] && $site_config["MEMBERSONLY"] && in_array($CURUSER["class"], explode(",",$site_config["WAIT_CLASS"]))){
    
$gigs $CURUSER["uploaded"] / (1024*1024*1024);
    
$ratio = (($CURUSER["downloaded"] > 0) ? ($CURUSER["uploaded"] / $CURUSER["downloaded"]) : 0);
    if (
$ratio || $gigs 0$wait $site_config["WAITA"];
    elseif (
$ratio $site_config["RATIOA"] || $gigs $site_config["GIGSA"]) $wait $site_config["WAITA"];
    elseif (
$ratio $site_config["RATIOB"] || $gigs $site_config["GIGSB"]) $wait $site_config["WAITB"];
    elseif (
$ratio $site_config["RATIOC"] || $gigs $site_config["GIGSC"]) $wait $site_config["WAITC"];
    elseif (
$ratio $site_config["RATIOD"] || $gigs $site_config["GIGSD"]) $wait $site_config["WAITD"];
    else 
$wait 0;
  }
  
?>
  <table align=center cellpadding="0" cellspacing="0" class="ttable_headinner" width=99%> 
and change code width
PHP Code:
<table align=center cellpadding="0" cellspacing="0" class="ttable_headinner" width=99%> 
and edit
your theme css
Reply With Quote
  #4  
Old 9th January 2009, 10:55
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
tnx anyway, i solved...in my mod :)
Reply With Quote
Reply

Tags
dimension , torerenttable


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 04:00. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.