Multiple post moderation/deletion. #46

Closed
opened 2017-12-23 02:36:47 +00:00 by indrakaw · 4 comments
indrakaw commented 2017-12-23 02:36:47 +00:00 (Migrated from gitlab.com)

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.

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.
tslocum commented 2017-12-23 06:46:29 +00:00 (Migrated from gitlab.com)

Created by: Wqer555

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

*Created by: Wqer555* You can write a script to call deletePostByID with the post IDs that you want to delete.
indrakaw commented 2017-12-23 10:23:39 +00:00 (Migrated from gitlab.com)

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

@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](https://github.com/tslocum/TinyIB/blob/master/README.md#moderating). > 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.
tslocum commented 2018-02-12 16:01:31 +00:00 (Migrated from gitlab.com)

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.

*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.
tslocum commented 2018-02-13 17:59:35 +00:00 (Migrated from gitlab.com)

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

I plan on adding support for bulk moderation with "Delete all"/"Ban all" options later this week.
tslocum referenced this issue from a commit 2021-04-18 08:10:55 +00:00
tslocum referenced this issue from a commit 2021-04-18 08:18:00 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/tinyib#46
There is no content yet.