• 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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter strictlymedicinal

    (@strictlymedicinal)

    Has anyone else checked if the per page option works? It seems broken in the latest wordpress.

    Thread Starter strictlymedicinal

    (@strictlymedicinal)

    Still not working. It is very time consuming to delete thousands of inbound messages if you can only load 20 messages at a time.
    Thanks

    Definitely 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”.

    Thread Starter strictlymedicinal

    (@strictlymedicinal)

    When will this plugin be updated?

    Thread Starter strictlymedicinal

    (@strictlymedicinal)

    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.

    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
    (https://www.nitrolic.com)

    • This reply was modified 5 years, 8 months ago by nitrolic.
    Thread Starter strictlymedicinal

    (@strictlymedicinal)

    I added $per_page = 500; on line 38 to this file class-inbound-messages-list-table.php
    Now I can mass delete!
    Thanks @nitrolic

    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 5 years, 8 months ago by nitrolic.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Screen Options Per Page’ is closed to new replies.