XenForo mass delete approval queue

Andy

Administrator
Creative Team
User ID
1
Joined
7 Jan 2019
Messages
1,134
Reaction score
57
Points
48
Here's how to mass selects and deletes or reject them all without harming the database.

Add the following URL to your browser as a bookmark (I recommend to put this on your bookmarks toolbar):
JavaScript:
javascript:(function(){ $('input[type="radio"][value="delete"]').click(); }())

You can also slightly adjust to a different value to select entries that don't use "delete" as an action (such as for users, i.e. to "reject"), but if most of them are posts and other contents then it should work 🔥

Tested on XenForo v2.1.1 👍
 
 Short URL:
Back
Top