-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.page
executable file
·40 lines (28 loc) · 1.2 KB
/
about.page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: User’s Comment
description: Comment administration in the front-end.
icon: 'M20 2H4C2.89 2 2 2.89 2 4V16C2 17.11 2.9 18 4 18H8V21C8 21.55 8.45 22 9 22H9.5C9.75 22 10 21.9 10.2 21.71L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.89 21.1 2 20 2M9.08 15H7V12.91L13.17 6.72L15.24 8.8L9.08 15M16.84 7.2L15.83 8.21L13.76 6.18L14.77 5.16C14.97 4.95 15.31 4.94 15.55 5.16L16.84 6.41C17.05 6.62 17.06 6.96 16.84 7.2Z'
color: '#f9481c'
image: /lot/x/user.comment/index.png
author: Taufik Nurrohman
type: Markdown
version: 1.2.0
...
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:
~~~ .css
.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`.