HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Split] Idea for BulkEdit Plugin*

UnderDogUnderDog MVP
edited January 2014 in Feedback
This discussion was created from comments split from: Official Feedback Thread.

Sorry guys, by splitting the new comment to an ancient topic I unlocked the topic from the BulkEdit Plugin. No undo, My Bad.

There was an error rendering this rich post.

Comments

  • Options
    phreakphreak Vanilla*APP (White Label) & Vanilla*Skins Shop MVP
    edited January 2014

    Hi just wanted to state an idea here. If your community got overrun by bots the user list is far to short to handle a bigger amount of deletions.

    If you want to batch delete for example 300 users at once make this changes to the code.

    ~/applications/dashboard/controllers/class.usercontroller.php
    Line 81 under 2.0.18.10

    Set:
    list($Offset, $Limit) = OffsetLimit($Page, 30);

    To:
    list($Offset, $Limit) = OffsetLimit($Page, 300);

    Hope that helps.

    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Sign In or Register to comment.