From 058971c33b8dca63fd33b188328fc3e3ec9fb372 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Oct 2003 14:55:27 +0000 Subject: - Help improvements and translation improvements from Michael. Thanks! --- modules/comment/comment.module | 80 +++++++++++++++++++++++++++++++----------- 1 file changed, 60 insertions(+), 20 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index caaca8f09..b8429670d 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -19,12 +19,12 @@ function comment_help($section = "admin/comment/help") { $output .= "
  • Expanded -- Displays the title and text for each post.
  • "; $output .= "
  • Collapsed -- Displays only the title for each post.
  • "; $output .= ""; - $output .= strtr("

    When a user chooses save settings, the comments are then redisplayed using the user's new choices. Administrators can set the default settings for the comment control panel, along with other comment defaults, in %comment-config.

    ",array("%comment-config" => l(t("site configuration » modules » comment"), "admin/system/modules/comment") )); + $output .= "

    When a user chooses save settings, the comments are then redisplayed using the user's new choices. Administrators can set the default settings for the comment control panel, along with other comment defaults, in %comment-config.

    "; $output .= "

    NOTE: When comment moderation is enabled, users will have another control panel option to control thresholds (see below).

    "; $output .= "

    Additional comment configurations

    "; - $output .= strtr("

    Comments behave like other user submissions in Drupal. Filters, smileys and HTML that work in nodes will also work with content. To prevent a single user from spamming the web site with too many comments, administrators can set a comment throttle in %site-config under Submission settings.

    ", array("%site-config" => l(t("site configuration"), "admin/system") )); - $output .= strtr("

    Administrators can control access to various comment module functions through %user-permissions. Know that in a new Drupal installation, all comment permissions are disabled by default. The choice of which permissions to grant to which roles (groups of users) is left up to the site administrator.

    ", array("%user-permissions" => l(t("user management » user permissions"), "admin/user/permission") )); + $output .= "

    Comments behave like other user submissions in Drupal. Filters, smileys and HTML that work in nodes will also work with content. To prevent a single user from spamming the web site with too many comments, administrators can set a comment throttle in %site-config under Submission settings.

    "; + $output .= "

    Administrators can control access to various comment module functions through %user-permissions. Know that in a new Drupal installation, all comment permissions are disabled by default. The choice of which permissions to grant to which roles (groups of users) is left up to the site administrator.

    "; $output .= "

    The following permissions can be enabled for anonymous users, authenticated users, or any other user roles that the administrator chooses to define:

    "; $output .= "