Fossil SCM
Added the "Moderation" section to www/forum.wiki
Commit
e06e7f8434cd9e0e91dc13fb720109f6af24ceb796dd9cfa982df172f5bd2617
Parent
4326f76f7f3e99c…
1 file changed
+23
-1
+23
-1
| --- www/forum.wiki | ||
| +++ www/forum.wiki | ||
| @@ -464,6 +464,28 @@ | ||
| 464 | 464 | send you an ale, as you might be hoping. Sorry. |
| 465 | 465 | |
| 466 | 466 | |
| 467 | 467 | <h2>Moderation</h2> |
| 468 | 468 | |
| 469 | -TODO | |
| 469 | +Fossil forum moderation is easy: | |
| 470 | + | |
| 471 | +<ol> | |
| 472 | + <li>Add the <b>Moderate Forum</b> (<tt>5</tt>) capability to any of | |
| 473 | + your users who should have this ability. You don't need to do this | |
| 474 | + for any user with Setup (<tt>s</tt>) or Admin (<tt>a</tt>) | |
| 475 | + capability; it's | |
| 476 | + [http://fossil-scm.org/index.html/artifact/b16221ffb736caa2?ln=1246-1257 | |
| 477 | + | already included].</li> | |
| 478 | + | |
| 479 | + <li>When someone without <b>WriteTrusted Forum</b> (<tt>4</tt>) | |
| 480 | + capability submits a post, you'll get a notice on the timeline if | |
| 481 | + the type filter is set to "Forum" or "Any Type". It will also appear | |
| 482 | + on the <tt>/modreq</tt> page; you might want to keep that page open | |
| 483 | + in a tab in your browser, and reload it occasionally to check for | |
| 484 | + pending moderation requests.</li> | |
| 485 | + | |
| 486 | + <li>On an unmoderated post, click the "Approve" or "Reject" button. | |
| 487 | + "Approve" writes the message semi-permanently into the Fossil | |
| 488 | + blockchain, from which only [./shunning.wiki | shunning] can remove | |
| 489 | + it. "Reject" deletes the post permanently, with no way to retrieve | |
| 490 | + it. Be careful!</li> | |
| 491 | +</ol> | |
| 470 | 492 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -464,6 +464,28 @@ | |
| 464 | send you an ale, as you might be hoping. Sorry. |
| 465 | |
| 466 | |
| 467 | <h2>Moderation</h2> |
| 468 | |
| 469 | TODO |
| 470 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -464,6 +464,28 @@ | |
| 464 | send you an ale, as you might be hoping. Sorry. |
| 465 | |
| 466 | |
| 467 | <h2>Moderation</h2> |
| 468 | |
| 469 | Fossil forum moderation is easy: |
| 470 | |
| 471 | <ol> |
| 472 | <li>Add the <b>Moderate Forum</b> (<tt>5</tt>) capability to any of |
| 473 | your users who should have this ability. You don't need to do this |
| 474 | for any user with Setup (<tt>s</tt>) or Admin (<tt>a</tt>) |
| 475 | capability; it's |
| 476 | [http://fossil-scm.org/index.html/artifact/b16221ffb736caa2?ln=1246-1257 |
| 477 | | already included].</li> |
| 478 | |
| 479 | <li>When someone without <b>WriteTrusted Forum</b> (<tt>4</tt>) |
| 480 | capability submits a post, you'll get a notice on the timeline if |
| 481 | the type filter is set to "Forum" or "Any Type". It will also appear |
| 482 | on the <tt>/modreq</tt> page; you might want to keep that page open |
| 483 | in a tab in your browser, and reload it occasionally to check for |
| 484 | pending moderation requests.</li> |
| 485 | |
| 486 | <li>On an unmoderated post, click the "Approve" or "Reject" button. |
| 487 | "Approve" writes the message semi-permanently into the Fossil |
| 488 | blockchain, from which only [./shunning.wiki | shunning] can remove |
| 489 | it. "Reject" deletes the post permanently, with no way to retrieve |
| 490 | it. Be careful!</li> |
| 491 | </ol> |
| 492 |