
This is a module to help non-coders add help text to the top of any path, much like the core Help module does. One problem with the core Help module is that it relies on using hook_help to add the help text to the top of the page. This means that if you want to add help to a page which does not already have it, you need to create a custom module. This means that only the developers of the site can easily add help text, although once the text is added, a user with sufficient privileges could 'translate' the help text string and reword it however they like.
This is a barrier of use for non-coders. My wife wanted to be able to add help text to pages, so I created a module which I call 'Add Help' which allows her to search for a path, and then add help text to that path.
Here is a screen-shot of the "Search for Path" form:

Here is a screen-shot of the "Add Help to Path" form:

There are some minor problems with the implementation, for one there is no way currently to keep track of which pages to which you have added help text so you have to keep track of this yourself. A second problem is that I haven't figured out how to execute php code properly in case the user has chosen the php filter.
Anyway I'm happy to release my code under the GPL, hopefully I'll find time to upload it to Drupal.org as well.
| Attachment | Size |
|---|---|
| add_help.tar.gz | 2.96 KB |