Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How to configure the number of items per page in the Admin?

I cannot figure out how to change the "Items per Page" in the backend views. Specifically, I am hoping that I can see more than 10 items per page in the "Spam Queue " (2.1b1).

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    IIRC, the spam queue limit is hardcoded.

    You can find it in /applications/dashboard/controllers/class.logcontroller.php around line 357.

    list($Offset, $Limit) = OffsetLimit($Page, 10);
    

    Change the 10 to what you want/need.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    heh... I was sooo close. I just never got to the controller. thanks.

  • Options

    @moens said:
    I am hoping that I can see more than 10 items per page in the "Spam Queue " (2.1b1).

    Check out all the addons that peregrine made. They will help you manage Spam

    There was an error rendering this rich post.

Sign In or Register to comment.