More Lines...

  • Thread starter Santiago Montalvan
  • Start date
S

Santiago Montalvan

Guest
How do I make it display more records per page? Right now it only displays 10 records per page it ends up having too many pages, I would like to have 15 to 20 records per page, how do I go about doing this?

Thanks,

Santiago.
 
J

Jeff

Guest
Edit the file include/config.php

Around line 83: $records_per_page = 10;

Or something like that (I may have changed mine). Change the number to whatever works best for you.

Jeff
 
Top