View Single Post
  #12  
Old 07-08-2008, 12:11 PM
cybernine186
Sarnak
 
Join Date: Feb 2008
Posts: 87
Default

Also you can change the default rows to what ever you like in the configuration.php file

Change

$cfg['paging']['maxrows'] = 10;

to

$cfg['paging']['maxrows'] = 1000;

if you want 2, it doesn't matter the number but don't make it too large otherwise it might be a unwanted load on the server resources if your database is too large.
Reply With Quote