Page 1 of 1

Items per page default setting

PostPosted: Mon Nov 26, 2007 10:33 pm
by jnewman67
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.

PostPosted: Tue Nov 27, 2007 4:00 pm
by shannah
The safer way to adjust this is to just add:
Code: Select all
default_limit=xxx


to the beginning of your conf.ini file.