You are here

README.txt in Absolute Messages 7

Same filename and directory in other branches
  1. 6 README.txt
Summary
-------

Absolute Messages module displays system messages in colored
horizontal bars on top of the page, similar to Stack Overflow /
Stack Exchange network notifications.


Features
--------

- when messages are displayed content is pushed down respectively, so that
  nothing is covered and everything could be still interacted with,
- each message has its own "Dismiss" (close) icon,
- optional "Dismiss all" icon is displayed if total number of messages exceeds
  value defined in module settings,
- messages could be dismissed automatically after a specific time -
  configurable in module settings for each message type separately,
- provides option to display only first n lines of each message,
  with remaining part shown after clicking on the message,
- provides separate permissions to administer and to access Absolute messages,
- uses standard jQuery library without other modules or plugins dependencies,
- falls back to standard Drupal's way of displaying messages when JS
  is not available (or when user does not have access absolute messages
  permission granted),
- provides option to skip "has_js" cookie checking, which disables fallback
  to standard Drupal messages if no JS has been detected (for example
  in case of Pressflow 6, which dropped "has_js" cookie completely).


Hooks
-----

- hook_messages_alter($messages) - allows other modules to update messages
  before they are displayed,
- hook_message_types_alter($message_types) - allows other modules to add new
  messages types in addition to default ones used by Drupal (status, warning
  and error) - useful for setting message automatic dismiss time in module
  configuration.


Installation
------------

- download/checkout and enable the module,
- grant permissions to relevant roles to access and/or
  administer absolute messages.


Maintainer
----------

Maciej Zgadzaj
http://drupal.org/user/271491
http://zgadzaj.com/

File

README.txt
View source
  1. Summary
  2. -------
  3. Absolute Messages module displays system messages in colored
  4. horizontal bars on top of the page, similar to Stack Overflow /
  5. Stack Exchange network notifications.
  6. Features
  7. --------
  8. - when messages are displayed content is pushed down respectively, so that
  9. nothing is covered and everything could be still interacted with,
  10. - each message has its own "Dismiss" (close) icon,
  11. - optional "Dismiss all" icon is displayed if total number of messages exceeds
  12. value defined in module settings,
  13. - messages could be dismissed automatically after a specific time -
  14. configurable in module settings for each message type separately,
  15. - provides option to display only first n lines of each message,
  16. with remaining part shown after clicking on the message,
  17. - provides separate permissions to administer and to access Absolute messages,
  18. - uses standard jQuery library without other modules or plugins dependencies,
  19. - falls back to standard Drupal's way of displaying messages when JS
  20. is not available (or when user does not have access absolute messages
  21. permission granted),
  22. - provides option to skip "has_js" cookie checking, which disables fallback
  23. to standard Drupal messages if no JS has been detected (for example
  24. in case of Pressflow 6, which dropped "has_js" cookie completely).
  25. Hooks
  26. -----
  27. - hook_messages_alter($messages) - allows other modules to update messages
  28. before they are displayed,
  29. - hook_message_types_alter($message_types) - allows other modules to add new
  30. messages types in addition to default ones used by Drupal (status, warning
  31. and error) - useful for setting message automatic dismiss time in module
  32. configuration.
  33. Installation
  34. ------------
  35. - download/checkout and enable the module,
  36. - grant permissions to relevant roles to access and/or
  37. administer absolute messages.
  38. Maintainer
  39. ----------
  40. Maciej Zgadzaj
  41. http://drupal.org/user/271491
  42. http://zgadzaj.com/