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

Forum FAQ: Difference between revisions

From MoodleDocs
(How do I enable guests to post in a forum?)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Forums}}
{{Forum}}
==How do I enable students to rate forum posts?==
==How do I enable students to rate forum posts?==


#Access the Assign roles page via the Roles tab in editing forum page, then follow the "Override roles" link. (In Moodle 1.9 onwards, click the "Override permissions" tab in the editing forum page.)
In ''Settings > Forum administration > Permissions'' click the + symbol opposite the capability to rate posts and allow the role of student.
#Select the Student role.
#Set the capability [[Capabilities/mod/forum:rate|mod/forum:rate]] to allow.
#Click the "Save changes" button.


Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].
==Why can I not get ratings to work on my forums?==
Assuming you have followed the instructions above correctly and still cannot see ratings, then check you have json support enabled on your server. You can see this in ''Settings>Site administration>Server>PHP info.''
 
[[File:Json.png]]
 
See also this discussion:[ http://moodle.org/mod/forum/discuss.php?d=170563]


==How can I create a teacher-only forum?==
==How can I create a teacher-only forum?==
Line 16: Line 18:


#Delete the news forum from the course homepage.
#Delete the news forum from the course homepage.
#In [[Course settings]] set "News items to show" to 0.
#In ''Settings > Course administration > Edit settings'' set "News items to show" to 0.
#Delete the Latest news block.
#Delete the Latest news block.


Line 26: Line 28:
*Split the thread at a particular post and move it to another thread  
*Split the thread at a particular post and move it to another thread  
*Split>move>delete your test messages.
*Split>move>delete your test messages.
==How do I enable logged-in users to view the site news?==
In Moodle 1.9 onwards:
#Access ''Site Administration > Front Page > Front Page settings''
#Set the default front page role to student.
For Moodle 1.8, see "How do I enable logged-in users to participate in front page activities?" in [[Roles FAQ]].
==Why does 'Post threshold for blocking' still not stop students from exceeding the threshold?==
Once the 'Post threshold for blocking' is armed and set in the forum activity instance, it is actually the [[Capabilities/mod/forum:throttlingapplies|mod/forum:throttlingapplies]] capability that enforces it. By default, this is set to 'Not set' in the student role. Either set this to 'Allow' for the student role in system, or use a override on the forum activity instance this applies to. While one forum can have one limit, it can be applied to one user and not another by using the roles system. For more information see [http://tracker.moodle.org/browse/MDL-10720 MDL 10720] or [http://moodle.org/mod/forum/discuss.php?d=79403 discussion here].


==How can I set a display period for news forum announcements?==
==How can I set a display period for news forum announcements?==


Timed posts are disabled by default, but the feature can be enabled by checking the ''forum_enabletimedposts'' checkbox in the [[Forum settings|forum settings]] via ''Administration > Modules > Activities''. Timed posts can then be created by users with the [[Capabilities/mod/forum:viewhiddentimedposts|capability to view hidden timed posts]] (normally admins and teachers).
Timed posts are disabled by default, but the feature can be enabled by checking the ''forum_enabletimedposts'' checkbox in ''Settings > Site administration > Plugins > Activity modules > Forum''. Timed posts can then be created by users with the [[Capabilities/mod/forum:viewhiddentimedposts|capability to view hidden timed posts]] (normally managers and teachers).


==Why are email copies of forum posts not being sent?==
==Why are email copies of forum posts not being sent?==
Line 47: Line 38:


Tips:
Tips:
* Try the default settings in ''Administration > Server > Email''. This generally works.
* Try the default settings in ''Settings > Site administration > Plugins > Message outputs > Email''. This generally works.
*Make sure that ''allowuseremailcharset'' in ''Administration > Server > Email'' is set to No. Setting this to Yes can cause a problem in some versions of Moodle.
*Make sure that ''allowuseremailcharset'' in ''allowuseremailcharset'' is set to No. Setting this to Yes can cause a problem in some versions of Moodle.


==Why can't students in separate groups reply to a forum discussion started by a teacher?==
==Why can't students in separate groups reply to a forum discussion started by a teacher?==
Line 54: Line 45:
When using groups, teachers are given the option of adding a new discussion topic for all participants or for a selected group. To enable students in separate groups to reply to a discussion, the teacher must copy and paste their discussion topic for each separate group, selecting each group from the dropdown menu at the top left of the forum page before clicking the "Add a new discussion topic" button.
When using groups, teachers are given the option of adding a new discussion topic for all participants or for a selected group. To enable students in separate groups to reply to a discussion, the teacher must copy and paste their discussion topic for each separate group, selecting each group from the dropdown menu at the top left of the forum page before clicking the "Add a new discussion topic" button.


==Why can't an admin user post in the site news forum?==
==How do I enable guests to post in a forum?==
 
It's not possible to enable guests to post in a forum, though there is a workaround. Please see the section 'Guests and posting in a forum' in [[Forum settings]] for details.
 
==How can I close/archive a forum?==
 
In ''Settings > Forum administration > Permissions'' click the Prevent icon (X) for the student role for the capabilites 'Start new discussions' and 'Reply to posts'.


Please check the following:
==Can I subscribe to just one discussion in a forum?==
* Default role for all users (in ''Administration > Users > Permissions > [[User policies]]'') - should be set to [[Authenticated user role|Authenticated user]]
* Default frontpage role (in ''Administration > Front Page > [[Front Page settings]]'') - should be set to none or Student
* That the admin user is not assigned the role of [[Guest role|guest]] as a system role or a front page role or in the site news forum context


==How do I enable guests to post in a forum?==
Not at present, though please see MDL-1626.
 
==How can I receive forum emails in digest form?==


It's not possible to enable guests to post in a forum, though there is a workaround. See [[Forum permissions]].
A daily digest of either complete forum posts or with subjects only can be enabled in ''Settings > My profile settings > Edit profile''.


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


* Using Moodle [http://moodle.org/mod/forum/view.php?f=116 Forum module forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?f=116 Forum module forum]
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=148055 Ability to post anonymously] forum discussion


[[Category:FAQ]]
[[Category:FAQ]]
[[de:Forum FAQ]]
[[de:Forum FAQ]]

Latest revision as of 22:24, 10 September 2011

How do I enable students to rate forum posts?

In Settings > Forum administration > Permissions click the + symbol opposite the capability to rate posts and allow the role of student.

Why can I not get ratings to work on my forums?

Assuming you have followed the instructions above correctly and still cannot see ratings, then check you have json support enabled on your server. You can see this in Settings>Site administration>Server>PHP info.

Json.png

See also this discussion:[ http://moodle.org/mod/forum/discuss.php?d=170563]

How can I create a teacher-only forum?

A teacher/tutor-only forum may be added to a course by creating a hidden forum. Teachers are able to view hidden course activities whereas students cannot.

How can I remove the news forum from a course?

  1. Delete the news forum from the course homepage.
  2. In Settings > Course administration > Edit settings set "News items to show" to 0.
  3. Delete the Latest news block.

How can I remove test messages from a new forum?

There are several options (Here is a nice graphic). Remember you can

  • Move the discussion/thread to another forum
  • Edit the post with your moderator powers
  • Delete the post with your moderator powers
  • Split the thread at a particular post and move it to another thread
  • Split>move>delete your test messages.

How can I set a display period for news forum announcements?

Timed posts are disabled by default, but the feature can be enabled by checking the forum_enabletimedposts checkbox in Settings > Site administration > Plugins > Activity modules > Forum. Timed posts can then be created by users with the capability to view hidden timed posts (normally managers and teachers).

Why are email copies of forum posts not being sent?

The most likely reason is that the cron is not set up. Please refer to the cron instructions.

Tips:

  • Try the default settings in Settings > Site administration > Plugins > Message outputs > Email. This generally works.
  • Make sure that allowuseremailcharset in allowuseremailcharset is set to No. Setting this to Yes can cause a problem in some versions of Moodle.

Why can't students in separate groups reply to a forum discussion started by a teacher?

When using groups, teachers are given the option of adding a new discussion topic for all participants or for a selected group. To enable students in separate groups to reply to a discussion, the teacher must copy and paste their discussion topic for each separate group, selecting each group from the dropdown menu at the top left of the forum page before clicking the "Add a new discussion topic" button.

How do I enable guests to post in a forum?

It's not possible to enable guests to post in a forum, though there is a workaround. Please see the section 'Guests and posting in a forum' in Forum settings for details.

How can I close/archive a forum?

In Settings > Forum administration > Permissions click the Prevent icon (X) for the student role for the capabilites 'Start new discussions' and 'Reply to posts'.

Can I subscribe to just one discussion in a forum?

Not at present, though please see MDL-1626.

How can I receive forum emails in digest form?

A daily digest of either complete forum posts or with subjects only can be enabled in Settings > My profile settings > Edit profile.

See also