sheadawson/silverstripe-timednotices
Display notice banners in the cms interface over a given time period. Good for notifying cms users of scheduled updates or downtime etc.
Maintainers
Package info
github.com/sheadawson/silverstripe-timednotices
Type:silverstripe-vendormodule
pkg:composer/sheadawson/silverstripe-timednotices
Requires
- composer/installers: *
- silverstripe/framework: ~3.1
- silverstripe/timepickerfield: ~1.0
Requires (Dev)
None
Suggests
Provides
None
Conflicts
None
Replaces
None
Unknown License 0e842c4fd510be728564e65fc3108b81ea48cb58
- Shea Dawson <shea.woop@silverstripe.com.au>
This package is auto-updated.
Last update: 2026-06-08 14:51:53 UTC
README
#Silverstripe Timed Notices
Allows CMS users to create and display notices to other CMS users for the duration of a specified time period. Notices can be made visible to any logged in users or only people from specified user groups.
##Example
##Requirements
SilverStripe ~3.1 (see 3.0 branch for ~3.0 compatible version)
##Install
composer require sheadawson/silverstripe-timednotices
php ./framework/cli-script.php dev/build flush=all
##TODO
- Add a "Context" option to Timed Notice, allowing notices to be displayed in the cms or frontend, rather than just cms
