When developing a Drupal site for our clients, we found it helpful to create a help content type where we could write instructions on how to do things specific to the given site. This module takes that concept and turns it into something you can drop into any site. This module does the following things:

  • Creates a content Type "Administrative Help"
  • Adds a permission which is required to view the help nodes
  • Adds a block which displays all the help nodes which are published

The functionality is fairly simple, but saves time from having to set up something similar on new sites.

Project information

Releases