opencoreemr / oce-module-notification-banner
OpenEMR notification banner module for displaying system-wide messages, by OpenCoreEMR Inc
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:openemr-module
Requires
- php: >=8.1
- openemr/oe-module-installer-plugin: ^0.1.5
This package is not auto-updated.
Last update: 2025-09-17 13:10:09 UTC
README
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.
Installation
From Packagist (Recommended)
If published to Packagist, install via Composer from your OpenEMR root directory:
composer require opencoreemr/oce-module-notification-banner
Module Activation
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
Configuration
Once enabled, configure the module in Administration > Globals > OpenCoreEMR Notification Banner:
Activate Notification Banner
Toggle to enable/disable the banner display.
Notification Banner Message
The message to display when the banner is active. If blank, no banner will appear.
Usage
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
Requirements
- OpenEMR 7.0+
- PHP 8.1+
License
GPL-3.0-or-later