Increase amount of items listed…

Archived from the Web Auction Discussion forum.

ScottCA — Tue Mar 01, 2011 11:07 pm

How can I increase the amount of items listed from the default of “30” to “40”?

Thank you in advance,
~Scott


shannah — Wed Mar 02, 2011 12:32 pm

Add the following (or something like it) to the beginning of your index.php file:

Code: Select all
if ( !@$_REQUEST['-limit'] ){     $_GET['-limit'] = $_REQUEST['-limit'] = 40; }

ScottCA — Wed Mar 02, 2011 12:37 pm

Awesome! That worked! Thanks so much for the quick response!

*PS: Excellent script!