You are here

README.txt in Site Alert 8

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Using the module


INTRODUCTION
------------

Current Maintainers: cecrs, acrollet

The Site Alert module is a lightweight solution for allowing
site administrators to easily place an alert on their site,
for example for maintenance downtime, or any general
informational message. Alerts have start and end date/times,
and can be assigned a severity level. Messages are refreshed by
ajax and not subject to site caching, so changes made in the
ui will be automatically displayed to users without
necessitating a cache clear. The module provides site alert entities,
and a block that will display all active site alerts.


INSTALLATION
------------

Installation requires nothing more then enabling the site alert module.
Simple!


USING THE MODULE
----------------

- Enable the Site Alert module.
- Ensure that all necessary roles have the 'administer site alerts' permission.
  (All roles can view alerts).
- Add one or more site alert entities at `admin/config/system/alerts`.
- Ensure the site alerts you want to display in the site are 'active'. If an
  alert is inactive it is temporarily disabled. This can be handy if you want to
  reuse an alert again at a later moment without having to recreate it.
- Add the 'Site Alert' block to whichever region(s) you wish it to appear in.

Enjoy your exciting new site alert(s)!


DRUSH COMMANDS
--------------

Drush can be used to create, delete, enable and disable site alerts from the
command line. The Drush integration requires PHP 7.1 or higher.

To find out more, run the following commands:

- `drush site-alert:create --help`
- `drush site-alert:delete --help`
- `drush site-alert:disable --help`
- `drush site-alert:enable --help`

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Using the module
  6. INTRODUCTION
  7. ------------
  8. Current Maintainers: cecrs, acrollet
  9. The Site Alert module is a lightweight solution for allowing
  10. site administrators to easily place an alert on their site,
  11. for example for maintenance downtime, or any general
  12. informational message. Alerts have start and end date/times,
  13. and can be assigned a severity level. Messages are refreshed by
  14. ajax and not subject to site caching, so changes made in the
  15. ui will be automatically displayed to users without
  16. necessitating a cache clear. The module provides site alert entities,
  17. and a block that will display all active site alerts.
  18. INSTALLATION
  19. ------------
  20. Installation requires nothing more then enabling the site alert module.
  21. Simple!
  22. USING THE MODULE
  23. ----------------
  24. - Enable the Site Alert module.
  25. - Ensure that all necessary roles have the 'administer site alerts' permission.
  26. (All roles can view alerts).
  27. - Add one or more site alert entities at `admin/config/system/alerts`.
  28. - Ensure the site alerts you want to display in the site are 'active'. If an
  29. alert is inactive it is temporarily disabled. This can be handy if you want to
  30. reuse an alert again at a later moment without having to recreate it.
  31. - Add the 'Site Alert' block to whichever region(s) you wish it to appear in.
  32. Enjoy your exciting new site alert(s)!
  33. DRUSH COMMANDS
  34. --------------
  35. Drush can be used to create, delete, enable and disable site alerts from the
  36. command line. The Drush integration requires PHP 7.1 or higher.
  37. To find out more, run the following commands:
  38. - `drush site-alert:create --help`
  39. - `drush site-alert:delete --help`
  40. - `drush site-alert:disable --help`
  41. - `drush site-alert:enable --help`