function signature_forum_help in Signatures for Forums 5
Same name and namespace in other branches
- 5.2 signature_forum.module \signature_forum_help()
- 6 signature_forum.module \signature_forum_help()
- 7 signature_forum.module \signature_forum_help()
Implementation of hook_help().
File
- ./
signature_forum.module, line 17
Code
function signature_forum_help($section = '') {
switch ($section) {
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.');
}
}