Screen Options Per Page
-
I cannot change the items per page when I go to Flamingo inbound messages. If I go to screen options and select a different number it reverts to 20 per page.
Thanks.
-
Has anyone else checked if the per page option works? It seems broken in the latest wordpress.
Still not working. It is very time consuming to delete thousands of inbound messages if you can only load 20 messages at a time.
ThanksDefinitely broken, definitely irritating. Flamingo has sent about 10,000 messages to “spam” that are NOT spam, and not only can you not change the messages per page, but if you try to change it while looking at spam messages, you default back to “inbox”.
When will this plugin be updated?
Still stuck seeing only 20 messages per page. We use this to collect addresses for our catalog. We have hundreds of requests per day and need to sometimes mass delete spam.
-
This reply was modified 7 years, 5 months ago by
strictlymedicinal.
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.
I added $per_page = 500; on line 38 to this file class-inbound-messages-list-table.php
Now I can mass delete!
Thanks @nitrolicNo 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.
-
This reply was modified 7 years, 5 months ago by
The topic ‘Screen Options Per Page’ is closed to new replies.