[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> comment.settings.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   2  
   3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   5  <head>
   6  <title>Comment - New</title>
   7  <link href="css/help.css" rel="stylesheet" type="text/css" />
   8  </head>
   9  <body>
  10  <strong class="title">Comment Manager : Settings</strong>
  11  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  12    <tr>
  13      <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  14      <td width="84%" valign="top" class="data"><p>This page lets you configure
  15          the Comments settings for your site..</p>
  16      </td>
  17    </tr>
  18    <tr>
  19      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  20      <td valign="top" class="data">n/a</td>
  21    </tr>
  22    <tr>
  23      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default
  24        State: </td>
  25      <td valign="top" class="data">n/a</td>
  26    </tr>
  27    <tr>
  28      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  29      <td valign="top" class="data"><p>The Parameters for this screen include the
  30          following 3 categories of options: <strong>General</strong>, <strong>Notification</strong>,
  31          and <strong>Admin</strong>.</p>
  32        <strong>(1) General Tab</strong>
  33        <ul>
  34          <li><strong>Sections Available</strong>: Select which section(s) should
  35            use the comment system. Hold down [CTRL] to make multiple selections..</li>
  36          <li><strong>Autopublish Comments</strong>: Select Yes or No to automatically
  37            publish new comments.</li>
  38          <li><strong>Anonymous Comments</strong>: Select Yes or No to allow anonymous
  39            comments to be added to content. If no is selected users must log in
  40            before being able to post comments.. </li>
  41          <li><strong>Comments Per Page</strong>: Select the number of comments
  42            you want to appear on each content page. Once the comments reach the
  43            level you set the page and its comments will be automatically split
  44            and a paging tab built..</li>
  45        </ul>
  46        <br />
  47        <strong>(2) Notification Tab</strong>
  48        <ul>
  49          <li> <strong>Notify Admin</strong>: You may select here whether to notify
  50            the Administrator upon each new comment added.</li>
  51          <li><strong>Administrators Email</strong>: This is the email address
  52            that a notification about new comments will be sent to. This is set
  53            to be the same as the email address for the Administrator in the sites
  54            Global configuration.</li>
  55        </ul>
  56        <strong><br />
  57        (3) Admin: </strong>Here are various settings for what is displayed when
  58        the user clicks to view a Comment item.
  59        <ul>
  60          <li><strong>Comment Length</strong>: Allows you to set the length of
  61            the comment shown in the admin screen before it is trimmed. The full
  62            comment can be viewed by clicking on the comment link.<br />
  63          </li>
  64        </ul>
  65      </td>
  66    </tr>
  67    <tr>
  68      <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar
  69        Icons: </td>
  70      <td valign="top" class="data"><ul>
  71          <li><strong>Save</strong>: Saves and returns you to Comment Manager.</li>
  72          <li><strong>Cancel</strong>: Cancels without saving and returns you to
  73            Comment Manager.</li>
  74        </ul>
  75      </td>
  76    </tr>
  77  </table>
  78  </body>
  79  </html>