public_html/help/cccommentsubmission.html
branchHEAD
changeset 7473 e6207655d9cc
child 7702 f1a76987160c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/public_html/help/cccommentsubmission.html	Sun Nov 15 10:58:30 2009 +0100
     1.3 @@ -0,0 +1,62 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1.5 +<html lang="en">
     1.6 +<head>
     1.7 +  <title>Comment Submissions</title>
     1.8 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     1.9 +</head>
    1.10 +
    1.11 +<body>
    1.12 +<h1>Comment Submissions</h1>
    1.13 +
    1.14 +<p>This is the command and control quick moderation area for comments. In this
    1.15 +area you can edit, delete or approve comments. Select any combination of deletes
    1.16 +or approves and click the submit button.</p>
    1.17 +
    1.18 +<table border="1" width="100%">
    1.19 +<tr>
    1.20 +    <th style="width:8%">Field</th>
    1.21 +    <th>Description</th>
    1.22 +</tr>
    1.23 +<tr>
    1.24 +    <td>Edit</td>
    1.25 +    <td>Click this to edit the comment. Note that saving an edited comment
    1.26 +        submission will approve it</td>
    1.27 +</tr>
    1.28 +<tr>
    1.29 +    <td>Title</td>
    1.30 +    <td>Title of the comment</td>
    1.31 +</tr>
    1.32 +<tr>
    1.33 +    <td>Parent or Comment</td>
    1.34 +    <td>Depending on the type of comment, this will either contain the comment's
    1.35 +        text or a link to the parent object for which the comment was
    1.36 +        submitted</td>
    1.37 +</tr>
    1.38 +<tr>
    1.39 +    <td>Date</td>
    1.40 +    <td>Date the comment was submitted</td>
    1.41 +</tr>
    1.42 +<tr>
    1.43 +    <td>Delete / Approve</td>
    1.44 +    <td>Radio buttons to select for delete or approval of the story
    1.45 +        submission</td>
    1.46 +</tr>
    1.47 +<tr>
    1.48 +    <td>User Name</td>
    1.49 +    <td>Name of the user who submitted the comment. For registered users, this
    1.50 +        will contain a link to their profile page
    1.51 +</tr>
    1.52 +<tr>
    1.53 +    <td>Auto-publish Comments?</td>
    1.54 +    <td>Check this box to allow any further comments by this user to be
    1.55 +        published without moderation. Only available for registered users</td>
    1.56 +</tr>
    1.57 +</table>
    1.58 +
    1.59 +<div class="footer">
    1.60 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    1.61 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    1.62 +</div>
    1.63 +
    1.64 +</body>
    1.65 +</html>