This module creates a notification banner to ensure all users of an OpenEMR instance are aware of an event. Examples might include upcoming site maintenance or other impactful announcements.
If published to Packagist, install via Composer from your OpenEMR root directory:
composer require opencoreemr/oce-module-notification-banner
After installation:
- Go to Administration > Modules > Manage Modules in OpenEMR
- Find "OpenCoreEMR Notification Banner Module" in the Unregistered tab
- Click Register, then Install, then Enable
Once enabled, configure the module in Administration > Globals > OpenCoreEMR Notification Banner:
Toggle to enable/disable the banner display.
The message to display when the banner is active. If blank, no banner will appear.
The banner will appear at the top of all OpenEMR pages when:
- The module is enabled
- "Activate Notification Banner" is checked
- "Notification Banner Message" contains text
- OpenEMR 7.0+
- PHP 8.1+
GPL-3.0-or-later