TinyIB icon indicating copy to clipboard operation
TinyIB copied to clipboard

Multiple post moderation/deletion.

Open indrakaw opened this issue 7 years ago • 4 comments

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.

indrakaw avatar Dec 23 '17 02:12 indrakaw

You can write a script to call deletePostByID with the post IDs that you want to delete.

Wqer555 avatar Dec 23 '17 06:12 Wqer555

@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.

  1. If you are not logged in already, log in to the management panel by clicking [Manage].
  2. On the board, tick the checkbox next to the offending post.
  3. Scroll to the bottom of the page.
  4. Click Delete with the password field blank.
    • From this page you are able to delete the post and/or ban the author.

I don't get it.

indrakaw avatar Dec 23 '17 10:12 indrakaw

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.

pitamatein avatar Feb 12 '18 16:02 pitamatein

I plan on adding support for bulk moderation with "Delete all"/"Ban all" options later this week.

tslocum avatar Feb 13 '18 17:02 tslocum