You are here

function signature_forum_help in Signatures for Forums 6

Same name and namespace in other branches
  1. 5.2 signature_forum.module \signature_forum_help()
  2. 5 signature_forum.module \signature_forum_help()
  3. 7 signature_forum.module \signature_forum_help()

Implementation of hook_help().

File

./signature_forum.module, line 43
Tweaks signatures in ways inspired by other traditional forum software:

Code

function signature_forum_help($path, $arg) {
  switch ($path) {
    case "admin/modules#description":
      return t("Tweaks signatures in ways inspired by other traditional forum software. Allows much longer signatures than the Drupal default; also users may be allowed to use different formats like BBCode (with the BBCode module downloadable from drupal.org) or HTML in their signatures.");
  }
}