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:
Category Structure
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
Move thread
Visit: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.joystream.org%3A9944#/extrinsics
Choose your forum lead/moderator root account on ‘using the selected account’
On ‘submit the folllowing extrinsics’ choose “forum”. Then, choose ‘moveThreadToCategory…’
On ‘categoryID’ type existing category #, on ‘threadID’ type thread #, on ‘newCategoryId’ type intended new category #
Click ‘Submit Transaction’ and sign wallet
Moderate thread (Delete thread)
Visit: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.joystream.org%3A9944#/extrinsics
Choose your forum lead/moderator root account on ‘using the selected account’
On ‘submit the folllowing extrinsics’ choose “forum”. Then, choose ‘moderateThread…’
Type category ID # and thread ID #
Type the reason for moderating the thread
Click ‘Submit Transaction’ and sign wallet