Maximum Results Per Page

6 views
Skip to first unread message

Ralph

unread,
May 17, 2011, 3:27:37 PM5/17/11
to libstats
Hello,

Right now we are limited to 100 results per page. Can this value be
increased? I looked around some configuration files, but I didn't see
a place where this was set.

Thanks again for all your help!

Ralph

Erin Germ

unread,
May 18, 2011, 8:28:32 AM5/18/11
to rar...@gmail.com, libstats
Ralph,

In DisplayFunctions.php:

function getCountPulldown($currentCount) {
    $countOptions = array(
        array('data' => '100', 'label' => '100'),
        array('data' => '75', 'label' => '75'),
        array('data' => '50', 'label' => '50'),
        array('data' => '25', 'label' => '25'),
        array('data' => '10', 'label' => '10'));

    return getSelectPulldown(
        'count', $countOptions, 'data', 'label', $currentCount
    );
}


Add a selection for:
array('data' => '1000', 'label' => '1000'),


That should work for you.

~Erin



--
You received this message because you are subscribed to the Google Groups "libstats" group.
To post to this group, send email to libs...@googlegroups.com.
To unsubscribe from this group, send email to libstats+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/libstats?hl=en.




--
----------------------
"Well then what am I supposed to do with all my creative ideas- take a bath and wash myself with them? 'Cause that is what soap is for" -- Peter Griffin, Family Guy 

Reply all
Reply to author
Forward
0 new messages