So every install of Drupal comes with the Help Module installed by default (in the Core – optional section). This module provides some basic help functionality for those people that are starting out with the great content management solution known as Drupal.
I just stumbled across the Advanced Help Module the other day. As the old cliché goes, “Its like Help on steroids”. Other module developers can hook into this module and store there help in pure .html files. These are then accessible to you as the end user. Further it indexes any help related files, including the README files that come with every Drupal Module. You know the ones we all read correct.
The great thing about having all of these files indexed is that you can then use the search feature of advanced help and get access to everything related to what you are looking for.
For example I installed it and searched for WYSIWYG and not only did I get the Readme’s that I expected showing up, but I also got a hit on the Path-Auto Module’s README which talked about some conflicts it has with WYSIWYG editors.
Comments
ddorian
looks like you havent discover views.module
Not on the test site
Yea I have a Drupal test site set up that doesn't have many modules installed on it. Views is one that I didn't have installed (along with many other "common" modules that I use on most of my sites).