- User ID
- 1
- Joined
- 7 Jan 2019
- Messages
- 1,505
- Reaction score
- 120
- Points
- 63
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):
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
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
