Parent Directory
|
Revision Log
|
Revision Graph
Displays content-sensitive help in blocks. New node type for help messages. Kudos to helpedit, which inspired this module. This module is for drupal 4.7, and does not use the same data structure as helpedit.
| 1 | // $Id$ |
| 2 | |
| 3 | DESCRIPTION |
| 4 | ----------- |
| 5 | |
| 6 | Introduces a new node type called "help tip". Also blocks for |
| 7 | displaying help tips. Each tip is configured to appear only on one |
| 8 | or more pages, allowing it to be context sensitive. |
| 9 | |
| 10 | Blocks may show one help tip or, if more than one help tip applies |
| 11 | to a given page, a block may show several. |
| 12 | |
| 13 | If so configured, a user may hide a tip they do not wish to see it |
| 14 | again. |
| 15 | |
| 16 | CREDITS |
| 17 | ------- |
| 18 | |
| 19 | Dave Cohen <http://drupal.org/user/18468> |
| 20 | |
| 21 | Inspired by Helpedit <http://drupal.org/node/18031> by Aran Deltac <http://drupal.org/user/16725> |
| 22 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |