Thread: Menu mo
View Single Post
  #17  
Old 28th April 2009, 15:02
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by andutzel View Post
@wolfman , i have this on browse.php :

$torrentsperpage = ($CURUSER['torrentsperpage'] <> 0 ? intval($CURUSER['torrentsperpage']) : $ts_perpage);
list($pagertop, $pagerbottom, $limit) = pager($torrentsperpage, $count, $_SERVER['SCRIPT_NAME'].'?'.(count($pagelinks) > 0 ? implode('&amp;', $pagelinks).'&amp;' : '').(count($pagelinks2) > 0 ? implode('&amp;', $pagelinks2).'&amp;' : ''));
$groupby = $torrentspeed == 'yes' ? ' GROUP by t.id ' : '';

Where to edit? :(

@joeroberts: you have right , that i wanna understand the others ... because nobody born Einsthein :)
hmm what version of tbdev you realy have ? there must be a config or bittorent.php with default sets per page .
Reply With Quote