Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added the "Moderation" section to www/forum.wiki |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e06e7f8434cd9e0e91dc13fb720109f6 |
User & Date: | wyoung 2018-08-12 03:21:18.364 |
Context
2018-08-12
| ||
06:11 | URL fix in forum.wiki ... (check-in: 542c5576 user: wyoung tags: trunk) | |
03:21 | Added the "Moderation" section to www/forum.wiki ... (check-in: e06e7f84 user: wyoung tags: trunk) | |
03:00 | Assorted tweaks and improvements to the new email alerts material in www/forum.wiki. ... (check-in: 4326f76f user: wyoung tags: trunk) | |
Changes
Changes to www/forum.wiki.
︙ | ︙ | |||
462 463 464 465 466 467 468 | This only does the same thing as the final command above, rather than send you an ale, as you might be hoping. Sorry. <h2>Moderation</h2> | > | > > > > > > > > > > > > > > > > > > > > > | 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 | This only does the same thing as the final command above, rather than send you an ale, as you might be hoping. Sorry. <h2>Moderation</h2> Fossil forum moderation is easy: <ol> <li>Add the <b>Moderate Forum</b> (<tt>5</tt>) capability to any of your users who should have this ability. You don't need to do this for any user with Setup (<tt>s</tt>) or Admin (<tt>a</tt>) capability; it's [http://fossil-scm.org/index.html/artifact/b16221ffb736caa2?ln=1246-1257 | already included].</li> <li>When someone without <b>WriteTrusted Forum</b> (<tt>4</tt>) capability submits a post, you'll get a notice on the timeline if the type filter is set to "Forum" or "Any Type". It will also appear on the <tt>/modreq</tt> page; you might want to keep that page open in a tab in your browser, and reload it occasionally to check for pending moderation requests.</li> <li>On an unmoderated post, click the "Approve" or "Reject" button. "Approve" writes the message semi-permanently into the Fossil blockchain, from which only [./shunning.wiki | shunning] can remove it. "Reject" deletes the post permanently, with no way to retrieve it. Be careful!</li> </ol> |