Bravo List
Register
Go Back   Bravo List > Top Tracker Sources > Torrent Trader

Reply
  #1 (permalink)  
Old 15-07-08, 09:33
hack346's Avatar
Senior Member
 

Join Date: Mar 2008
Posts: 16
Thanks: 0
Thanked 8 Times in 5 Posts
hack346 will become famous soon enough
Default TorerentTable dimension
How can i resize dimension for this table? I asked & to official site but no answer
Attached Images
File Type: jpg fff.jpg (33.8 KB, 48 views)
Reply With Quote
  #2 (permalink)  
Old 16-07-08, 02:43
djlee's Avatar
Super Moderator
 

Join Date: Mar 2008
Location: UK
Posts: 183
Thanks: 0
Thanked 17 Times in 14 Posts
djlee has a spectacular aura about djlee has a spectacular aura about
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 (permalink)  
Old 03-09-08, 02:48
Grom's Avatar
Staff
 

Join Date: Aug 2008
Location: Beograd
Posts: 84
Thanks: 11
Thanked 3 Times in 3 Posts
Grom will become famous soon enough
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
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump



All times are GMT +1. The time now is 19:24. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Advertisement System V2.6 By   Branden