made a copy
[atutor.git] / documentation / instructor / managing_threads.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/
6 /* Adaptive Technology Resource Centre / University of Toronto                  */
7 /* http://atutor.ca                                                                                                             */
8 /*                                                                                                                                              */
9 /* This program is free software. You can redistribute it and/or                */
10 /* modify it under the terms of the GNU General Public License                  */
11 /* as published by the Free Software Foundation.                                                */
12 /************************************************************************/
13 // $Id: 8.4.managing_forums.php 5080 2005-07-06 15:06:11Z heidi $
14
15 require('../common/body_header.inc.php'); ?>
16
17 <h2>8.4 Managing Threads</h2>
18
19 <p>As an instructor, it is wise to become familiar with the forum management tools. To access these tools, browse a forum while logged in as an instructor or as an assistant with forum management privileges.</p>
20
21 <p>For each thread in a forum, the following actions are available:</p>
22 <dl>
23         <dt>Stick Thread</dt>
24         <dd><p>Use the exclamation point icon next to a thread to stick it.  This keeps the specified thread at the top of the forum's thread list and is useful for keeping important information visible to forum users. </p>
25         <p>To unstick a thread, just use the <em>Sticky Thread</em> icon again.</p>
26         <p>Some possible uses of a sticky thread include: course dates, forum rules, contact information, or important course material.</p>
27         </dd>
28
29         <dt>Lock Thread</dt>
30         <dd><p>Use the <em>Lock</em> icon next to the thread title to lock a thread. There are two options for locking a thread - lock posting and reading, and lock posting only. Lock <em>posting and reading</em> closes the thread so that no one can read the contents or post replies. But note that the title of the thread will remain listed in the forum. Lock <em>posting only</em> will let users read the entire thread but not post any replies to it. </p>
31
32         <p>To change the lock preferences or unlock a thread, use the <em>Unlock Thread</em> icon.</p>
33         </dd>
34
35         <dt>Move Thread</dt>
36         <dd>To move a thread, use the <em>Move Thread</em> icon next to the thread title. This will move all posts within the thread to the target forum.</dd>
37
38         <dt>Delete Thread</dt>
39         <dd>To delete a thread, use the <em>Delete Thread</em> icon next to the thread title. This will delete all posts within the thread and cannot be undeleted.</dd>
40 </dl>
41
42 <?php require('../common/body_footer.inc.php'); ?>