Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Forum permissions.

Forum permissions: Difference between revisions

From MoodleDocs
(no discussions, no replies set-up)
Line 23: Line 23:
* [[Capabilities/mod/forum:viewsubscribers|mod/forum:viewsubscribers]]
* [[Capabilities/mod/forum:viewsubscribers|mod/forum:viewsubscribers]]
* [[Capabilities/mod/forum:initialsubscriptions|mod/forum:initialsubscriptions]]
* [[Capabilities/mod/forum:initialsubscriptions|mod/forum:initialsubscriptions]]
==No discussions, but replies are allowed==
Role overrides may be used to set up a forum in which only teachers are to be allowed to start new discussions.
#Access the Assign roles page via the Roles tab in editing forum page
#Follow the "Override roles" link
#Select the Student role
#Set the capability [[Capabilities/mod/forum:startdiscussion|mod/forum:startdiscussion]] to Prevent
#Click the "Save changes" button
==No discussions, no replies==
A role override may be used to close/archive a forum so that students may no longer start new discussions, nor add replies, but may still read all the discussions.
#Access the Assign roles page via the Roles tab in editing forum page
#Follow the "Override roles" link
#Select the Student role
#Set the capabilities [[Capabilities/mod/forum:startdiscussion|mod/forum:startdiscussion]] and [[Capabilities/mod/forum:replypost|mod/forum:replypost]] to Prevent
#Click the "Save changes" button


==See also==
==See also==

Revision as of 13:26, 1 June 2007

Template:Forums Template:Moodle 1.7 Roles and capabilities in Moodle 1.7 onwards enable possibilities such as students being given permission to moderate forums. The following capabilities are related to forums:

No discussions, but replies are allowed

Role overrides may be used to set up a forum in which only teachers are to be allowed to start new discussions.

  1. Access the Assign roles page via the Roles tab in editing forum page
  2. Follow the "Override roles" link
  3. Select the Student role
  4. Set the capability mod/forum:startdiscussion to Prevent
  5. Click the "Save changes" button

No discussions, no replies

A role override may be used to close/archive a forum so that students may no longer start new discussions, nor add replies, but may still read all the discussions.

  1. Access the Assign roles page via the Roles tab in editing forum page
  2. Follow the "Override roles" link
  3. Select the Student role
  4. Set the capabilities mod/forum:startdiscussion and mod/forum:replypost to Prevent
  5. Click the "Save changes" button

See also