It has been bugging me for some time that the help messages in Drupal can get in the way of development and general site administration. I put out a blog post about this: Hide Drupal Help Messages Using jQuery.
Instead of creating another module for this I wanted to ask if you might consider including it within Util. It seems like this is the best place for this kind of feature.
Comments
Comment #1
psynaptic commentedComment #2
nancydruPlease submit a patch and we will test it. There are several help altering modules, please make sure this doesn't duplicate one of them or fit better there.
Comment #3
litwol commentedWont fix for Util.
http://drupal.org/project/js_theming already solves this task as well as other modules are available that do the same.
Comment #4
nancydruChanging to duplicate since a module exists.
Comment #5
psynaptic commentedCould someone please explain how I can get this functionality from the js_theming module?
Did you try the JS? Just drop it into your script.js file and it will work. I can make a patch if you like it.
Comment #6
thinkyhead commentedI've found hiding the help block so desirable that I created a dedicated module, Hidey Help. The module provides a Show/Hide Help button for logged-in users in a similar manner to the jQuery in the first post.