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.
Installs: 12 589
Dependents: 3
Suggesters: 0
Security: 0
Stars: 12
Watchers: 5
Forks: 5
Open Issues: 2
Type:silverstripe-vendormodule
Requires
- composer/installers: *
- silverstripe/framework: ~3.1
- silverstripe/timepickerfield: ~1.0
Suggests
This package is auto-updated.
Last update: 2024-10-08 10:57:09 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