
Once installed, several task buttons will be available next to the reply task on every comment section.
Delete
This task will remove the comment file permanently.
Edit
Currently not available.
Hide
This task will change the comment status to -1
. Comment style for this status can be specified using this CSS selector:
.comments .comment.comment-status\:-1 {
opacity: 0.5;
}
Remove
This task will change the comment file extension from .page
to .archive
, so that it will not appear on the page. Comment file will still exists as archive which you can permanently delete it at any time.
Show
This task will change the comment status back to 1
or 2
.
0 Comments
No comments yet.