Posted by Plugger
2014-09-30

Great script

Showing records 1 - 20 of 35

is it possible to have this set to 50 or 100

thanks
Posted by Tom
2014-10-01

>is it possible to have this set to 50 or 100

Yes. Open /web/staff/app/df.fieldlist.inc.php and find code like this:
'addresses' => array(
XA_CLASS=>'cls_fl_addresses',
XA_SPEC_FILE=>'df.fl.addresses.inc.php',
XA_TABLE_NAME=>TBL_ADDRESSES,
XA_ID_NAME=>'addresses_id',
XA_INIT_ORDER_BY=>'addresses_id DESC',
XA_INIT_PAGE_SIZE=>20
),
Change "20" to any number you like. For example,
XA_INIT_PAGE_SIZE=>100