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.

Installs: 12 583

Dependents: 3

Suggesters: 0

Security: 0

Stars: 12

Watchers: 5

Forks: 5

Open Issues: 2

Type:silverstripe-vendormodule

1.0.2 2017-01-18 19:51 UTC

This package is auto-updated.

Last update: 2024-04-08 09:58:43 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

Screenshot

##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