[geeklog-cvs] geeklog: Added missing description of the new comment settings

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 20 08:13:48 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/f0f43376dda6
changeset: 6973:f0f43376dda6
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Apr 19 19:56:11 2009 +0200
description:
Added missing description of the new comment settings

diffstat:

1 file changed, 31 insertions(+)
public_html/docs/english/config.html |   31 +++++++++++++++++++++++++++++++

diffs (41 lines):

diff -r 1e5dde053c54 -r f0f43376dda6 public_html/docs/english/config.html
--- a/public_html/docs/english/config.html	Sun Apr 19 19:34:29 2009 +0200
+++ b/public_html/docs/english/config.html	Sun Apr 19 19:56:11 2009 +0200
@@ -923,6 +923,37 @@
   <td valign="top"><a name="desc_comment_code">comment_code</a></td>
   <td valign="top">0</td>
   <td valign="top">Default value for new stories: Comments enabled (0) or disabled (-1)</td></tr>
+<tr>
+  <td valign="top"><a name="desc_comment_edit">comment_edit</a></td>
+  <td valign="top">0</td>
+  <td valign="top">Whether to allow users and admins to edit comments.</td></tr>
+<tr>
+  <td valign="top"><a name="desc_commentsubmission">commentsubmission</a></td>
+  <td valign="top">0</td>
+  <td valign="top">Enable (1) or disable (0) comment submission queue.</td></tr>
+<tr>
+  <td valign="top"><a name="desc_comment_edittime">comment_edittime</a></td>
+  <td valign="top">1800</td>
+  <td valign="top">How long (in seconds) a comment is editable for the user who
+    submitted it. Requires that comments are editable (see <a href="desc_comment_edit">above</a>). Anonymous users (those that did not register an account) can
+    never edit their comments while admins can always edit comments.</td></tr>
+<tr>
+  <td valign="top"><a name="desc_article_comment_close_days">article_comment_close_days</a></td>
+  <td valign="top">30</td>
+  <td valign="top">Number of days after which a story is automatically closed
+    for comments, i.e. no new comments can be posted after that many days.</td></tr>
+<tr>
+  <td valign="top"><a name="desc_comment_close_rec_stories">comment_close_rec_stories</a></td>
+  <td valign="top">0</td>
+  <td valign="top">Number of most recent stories for which comment posting is
+    allowed. Posting a new story will automatically close comments for the
+    oldest of these stories.</td></tr>
+<tr>
+  <td valign="top"><a name="desc_allow_reply_notifications">allow_reply_notifications</a></td>
+  <td valign="top">0</td>
+  <td valign="top">Allow (1) or disallow (0) subscribing to comment
+    notifications. Registered users can get an email notifying them of direct
+    replies to comments they left.</td></tr>
 </table>
 
 



More information about the geeklog-cvs mailing list