You are here

README.txt in Custom Submit Messages 7.x

Same filename and directory in other branches
  1. 7 messages_alter/README.txt
/* $Id$ */

-- SUMMARY --

The Drupal status message alter module adds the following
hook: hook_message_alter. This enables you to change
your status messages as you see fit before the page is displayed.


-- REQUIREMENTS --

* Drupal 6.


-- INSTALLATION --

* Install as usual, see
http://www.michaelbarton.name/2010/07/09/drupal-module-status-messages-alter/

File

messages_alter/README.txt
View source
  1. /* $Id$ */
  2. -- SUMMARY --
  3. The Drupal status message alter module adds the following
  4. hook: hook_message_alter. This enables you to change
  5. your status messages as you see fit before the page is displayed.
  6. -- REQUIREMENTS --
  7. * Drupal 6.
  8. -- INSTALLATION --
  9. * Install as usual, see
  10. http://www.michaelbarton.name/2010/07/09/drupal-module-status-messages-alter/