Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Multiple post moderation/deletion. #46

Open
indrakaw opened this issue Dec 23, 2017 · 4 comments
Open

Multiple post moderation/deletion. #46

indrakaw opened this issue Dec 23, 2017 · 4 comments

Comments

@indrakaw
Copy link
Contributor

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.

@Wqer555
Copy link
Contributor

Wqer555 commented Dec 23, 2017

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

@indrakaw
Copy link
Contributor Author

indrakaw commented Dec 23, 2017

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

@pitamatein
Copy link

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
Copy link
Owner

tslocum commented Feb 13, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants