function signature_forum_help in Signatures for Forums 7
Same name and namespace in other branches
- 5.2 signature_forum.module \signature_forum_help()
- 5 signature_forum.module \signature_forum_help()
- 6 signature_forum.module \signature_forum_help()
Implementation of hook_help().
File
- ./
signature_forum.module, line 69 - 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.");
}
}