The purpose of the Forum Moderator Role

Forum Moderator is responsible for the facilitation, review, and guidance of a discussion or a debate and its related interactions. Moderators use a standard or guideline to ensure that all the content shared during a discussion or debate is appropriate and adheres to the Forum Moderation Rule rules.

Moderator has to be ensure that he/she covers these action points:

Tools are required:

How to apply for the role:

To apply for the position of Forum Moderator is quiet easy. You should find the opening, fill the survey and send an application. Make sure if opening is still relevant. It’s better to ask Forum Lead.

Useful links:

  1. About Forum (in Handbook)
  2. Forum Moderation Rules
  3. How-to Setup Joystream CLI
  4. Joystream CLI Commands
  5. Joystream Pioneer Forum

Category Structure

List of Categories

Forum Moderation CLI Commands accessible by Forum Lead and Workers

joystream-cli forum:moveThread -c categoryID -t threadID -n newcategoryID 

e.g. joystream-cli forum:moveThread -c 100  -t 200  -n 300

Video Tutorial: How to Move Threads via CLI

joystream-cli forum:setStickiedThreads --categoryId categoryID --threadId threadID

e.g. joystream-cli forum:setStickiedThreads --categoryId 25 --threadId 30
joystream-cli forum:moderateThread -c categoryID -t threadID -r "Rationale"

e.g. joystream-cli forum:moderateThread -c 100  -t 200  -r "duplicated thread"

Video Tutorial: How to Delete Threads via CLI

Forum Moderation CLI Commands accessible by Forum Lead only

joystream-cli forum:createCategory -t "Title" -d "Description"
joystream-cli forum:deleteCategory -c categoryID

e.g. joystream-cli forum:deleteCategory -c 10

Forum Moderation Extrinsics Commands accessible by Forum Lead and Workers