(Tips) Hide Drupal Help Messages Using jQuery

Tips : Hide Drupal Help Messages Using jQuery

The help text of Drupal usually appears in the top part of the content area on admin pages and provides help for administrative users who may need guidance on how to use the functions available on that particular page. Once you become more experienced with Drupal you rarely need to see this information and it can get in the way of developing and administering a Drupal site.

An good example of this is the Blocks configuration page found at Administer > Site building > Blocks (admin/build/block), as seen in the screenshot below:

Of course, we could very easily remove the help altogether but that's not very user-friendly.

My solution is to use a bit of jQuery to attach a link for showing/hiding the help text. Here's a screenshot showing the help collapsed:

Clicking on the "View help" link toggles the help in and out of view.

| Read more..

Courtesy : Freestylesystems.co.uk