No problem at all! I did notice that my server chugged when I try to delete or move 500 at a time… so change this number to 250 if that’s the case. Still WAY better than 20… at least until there is a proper fix. 🙂
I don’t know how I forgot to mention, but yes… the file in that directory was class-inbound-messages-list-table.php.
🙂
-
This reply was modified 7 years, 2 months ago by nitrolic.
For anyone having the same problem as me, including the people in this thread… where our questions go unanswered… here’s a temporary fix:
Open the file /wp-content/plugins/flamingo/admin/includes
and go to line number 38, and put in: $per_page = 500;
This will now list 500 items per page, rather than 20.
If you’re having trouble locating line number 38 some how, it’s directly under this line, which is line 37:
“$per_page = $this->get_items_per_page( $current_screen->id . ‘_per_page’ );”
Cheers!
-Nitro
(http://www.nitrolic.com)
-
This reply was modified 7 years, 2 months ago by nitrolic.