Support

Home Forums Event Espresso Premium Defaulting pulling all rows on events

Defaulting pulling all rows on events

Posted: February 7, 2015 at 3:50 pm


mhanks

February 7, 2015 at 3:50 pm

Is it possible to default the system so that when an event is used to manually login registrants that all rows are pulled? We are refreshing the screen often to retrieve all the rows. We use the search function to look for names and it would make things so much easier if we could search the entire database without refreshing the data each time.


Sidney Harrell

February 7, 2015 at 6:56 pm

Are you using EE3 or EE4? In EE3 it should give you the new list with the new attendee added below the new empty form, when you submit the add new attendee form.


mhanks

February 9, 2015 at 7:51 pm

I am using EE3. This is not when we are adding attendees, this is when we search when checking people in during an event. We check people in by searching for their name. Each time we search, we have to request to retrieve “all” the rows from the database at a time. I am looking for a way for the system to default to retrieve all the rows without manually changing after each check-in. Otherwise, the search only looks at however many rows are retrieved and the default is 50.


Dean

February 10, 2015 at 3:19 am

Hi,

This can only be changed by modifying a core file which we do not recommend nor support.

IF you still wish to go ahead with the change, on line 266 of /wp-content/plugins/event-espresso/includes/admin-files/admin_reports_filters.php modify this line

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

to read

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

Updates to the plugin will override this.

I will add this as a potential feature request, but please note that EE3 feature request implementations will be few and far between as we move over to EE4.

The support post ‘Defaulting pulling all rows on events’ 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