remove old readme
[atutor.git] / docs / documentation / instructor / managing_posts.php
1 <?php\r
2 /************************************************************************/\r
3 /* ATutor                                                                                                                               */\r
4 /************************************************************************/\r
5 /* Copyright (c) 2002-2010                                              */\r
6 /* Inclusive Design Institute                                           */\r
7 /* http://atutor.ca                                                                                                             */\r
8 /*                                                                                                                                              */\r
9 /* This program is free software. You can redistribute it and/or        */\r
10 /* modify it under the terms of the GNU General Public License          */\r
11 /* as published by the Free Software Foundation.                        */\r
12 /************************************************************************/\r
13 // $Id: 8.4.managing_forums.php 5080 2005-07-06 15:06:11Z heidi $\r
14 \r
15 require('../common/body_header.inc.php'); ?>\r
16 \r
17 <h3>8.4.1 Managing Posts</h3>\r
18 <p>The course instructor and assistants with forum privileges can edit and delete posts. Access to these tools are available when viewing a thread message.</p>\r
19 \r
20 <dl>\r
21         <dt>Edit</dt>\r
22         <dd>Use the <em>Edit</em> link to edit the title and the body of a post.</dd>\r
23 \r
24         <dt>Delete</dt>\r
25         <dd>Use the <em>Delete</em> link to delete a post. Deleting the first post from a thread will delete the entire thread including all replies. A confirmation will be asked prior to each deletion.</dd>\r
26 </dl>\r
27 \r
28 \r
29 <?php require('../common/body_footer.inc.php'); ?>\r