Support

Home Forums Event Espresso Premium event overview number of database lines per search

event overview number of database lines per search

Posted: November 18, 2013 at 9:28 am

Viewing 1 reply thread


Nadir Al-Badri

    November 18, 2013 at 9:28 am

    Hello, where can i set / change the default number of database lines for the event overview search. At the moment the default is 50 but i want to set the default to “all”, so that the search request will use the entire database.

    • This topic was modified 10 years, 10 months ago by Nadir Al-Badri.
    • This topic was modified 10 years, 10 months ago by Nadir Al-Badri.


    Sidney Harrell

    • Support Staff

    November 18, 2013 at 10:33 am

    It’s in includes/admin-files/admin_reports_filters.php line 266:

    $max_rows = isset( $_REQUEST['max_rows'] ) ? absint( $_REQUEST['max_rows'] ) : 50;

    change it to:
    $max_rows = isset( $_REQUEST[‘max_rows’] ) ? absint( $_REQUEST[‘max_rows’] ) : 100000;
    the number 100000 is from line 269, and corresponds to the selection ‘all’

    Viewing 1 reply thread

    The support post ‘event overview number of database lines per search’ is closed to new replies.

    Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

    Event Espresso - Staging Server