Items per page default setting

Archived from the Web Auction Discussion forum.

jnewman67 — Mon Nov 26, 2007 10:33 pm

Just to share a discovery: you can change the default “items per page” number here:

dataface/Dataface/Application.php:

Code: Select all
if ( !isset($this->_conf['default_limit']) ){                         $this->_conf['default_limit'] = 30;                 }

simply change the “30” to whatever number you’d like. i prefer 10.


shannah — Tue Nov 27, 2007 4:00 pm

The safer way to adjust this is to just add:

Code: Select all
default_limit=xxx

to the beginning of your conf.ini file.