public_html/help/cccommentsubmission.html
author Dirk Haun <dirk@haun-online.de>
Sun, 15 Nov 2009 10:58:30 +0100
branchHEAD
changeset 7473 e6207655d9cc
child 7702 f1a76987160c
permissions -rw-r--r--
A feeble attempt to update the age-old help texts
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html lang="en">
     3 <head>
     4   <title>Comment Submissions</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Comment Submissions</h1>
    10 
    11 <p>This is the command and control quick moderation area for comments. In this
    12 area you can edit, delete or approve comments. Select any combination of deletes
    13 or approves and click the submit button.</p>
    14 
    15 <table border="1" width="100%">
    16 <tr>
    17     <th style="width:8%">Field</th>
    18     <th>Description</th>
    19 </tr>
    20 <tr>
    21     <td>Edit</td>
    22     <td>Click this to edit the comment. Note that saving an edited comment
    23         submission will approve it</td>
    24 </tr>
    25 <tr>
    26     <td>Title</td>
    27     <td>Title of the comment</td>
    28 </tr>
    29 <tr>
    30     <td>Parent or Comment</td>
    31     <td>Depending on the type of comment, this will either contain the comment's
    32         text or a link to the parent object for which the comment was
    33         submitted</td>
    34 </tr>
    35 <tr>
    36     <td>Date</td>
    37     <td>Date the comment was submitted</td>
    38 </tr>
    39 <tr>
    40     <td>Delete / Approve</td>
    41     <td>Radio buttons to select for delete or approval of the story
    42         submission</td>
    43 </tr>
    44 <tr>
    45     <td>User Name</td>
    46     <td>Name of the user who submitted the comment. For registered users, this
    47         will contain a link to their profile page
    48 </tr>
    49 <tr>
    50     <td>Auto-publish Comments?</td>
    51     <td>Check this box to allow any further comments by this user to be
    52         published without moderation. Only available for registered users</td>
    53 </tr>
    54 </table>
    55 
    56 <div class="footer">
    57     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    58     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    59 </div>
    60 
    61 </body>
    62 </html>