User’s Comment

Comment administration in the front-end.

0 stars out of 5

00000
  • AuthorTaufik Nurrohman
  • Maintainer1
  • Member
  • Version1.1.0
Table of Contents
  1. Delete
  2. Edit
  3. Hide
  4. Remove
  5. Show

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.