sheadawson / silverstripe-timednotices
There is no license information available for the latest version (1.0.2) of this package.
Display notice banners in the cms interface over a given time period. Good for notifying cms users of scheduled updates or downtime etc.
Package info
github.com/sheadawson/silverstripe-timednotices
Type:silverstripe-vendormodule
pkg:composer/sheadawson/silverstripe-timednotices
1.0.2
2017-01-18 19:51 UTC
Requires
- composer/installers: *
- silverstripe/framework: ~3.1
- silverstripe/timepickerfield: ~1.0
Suggests
This package is auto-updated.
Last update: 2026-03-08 14:06:35 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