HEre is what I tried:
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.
Which sets the default query to use 50 rows, you can change this value to the amount of event you wish to pull in by default. For all use a high number such as 10000 (not ‘All’)
Not this limit was introduced to help prevent timeouts when pulling large amounts of events from the database, the more events you have within Event Espresso, the more likely it becomes that this will be an issue.
That amount of events should be fine, although that value may adjust the attendee retrieval limit to, just something to be aware of. Its usually more of an issue if you have regular events but also depends on your server environment. As long as you make a note of the change you can reduce that value if it doesn’t start to become a problem.
I’ll mark this thread resolved, feel free to open up another if you have any further questions.
Viewing 4 reply threads
The support post ‘Pulling all row from database by default’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.