Multiple post moderation/deletion. #46
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/tinyib#46
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Say, there's a flood and I have to delete about 34 posts, at once, as admin/mod. What do I do? Delete one-by-one is a pain.
Every post has checkbox.
Created by: Wqer555
You can write a script to call deletePostByID with the post IDs that you want to delete.
@Wqer555 I made that kind of script. It was written in
bash
ans curl as HTTP client and passing cookie. Using loop or array of IDs, and stuff.Well, I was thinking what these checkboxes for?!
Edit:
This.
I don't get it.
Created by: pitamatein
On the front end, it only deletes one post even if multiple posts are checked. On the back end, there isn't a delete link at the bottom of the page, as described in the instructions. At least not on my install.
I plan on adding support for bulk moderation with "Delete all"/"Ban all" options later this week.