You are here

Files in Custom Submit Messages 7

Primary tabs

File namesort descending Location Namespace Description
csm.info csm.info name = Custom submit messages description = Allows users to change the message that is displayed when a node is submitted. core = 7.x dependencies[] = token dependencies[] = messages_alter configure = admin/config/csm/csm
csm.install csm.install Install, update and uninstall functions for the Custom Submit Messages module.
csm.module csm.module The main module file for Custom Submit Messages.
INSTALL.txt messages_alter/INSTALL.txt /* $Id$ */ -- REQUIREMENTS -- * Drupal 7. -- INSTALLATION -- * Install as usual, see http://www.michaelbarton.name/2010/07/09/drupal-module-status-messages-a...
MessagesAlter.7.x-1.3.php messages_alter/lib/MessagesAlter.7.x-1.3.php Contains the MessagesAlter class
messages_alter.info messages_alter/messages_alter.info name = Messages Alter description = This module adds a custom hook_message_alter(). core = 7.x
messages_alter.install messages_alter/messages_alter.install Install, update and uninstall functions for the messages alter module.
messages_alter.module messages_alter/messages_alter.module The main module file for Status Messages Alter.
README.txt 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 7. --…

Other projects