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.

Maintainers

👁 sheadawson

Package info

github.com/sheadawson/silverstripe-timednotices

Homepage

Type:silverstripe-vendormodule

pkg:composer/sheadawson/silverstripe-timednotices

Statistics

Installs: 12 615

Dependents: 3

Suggesters: 0

Stars: 12

Open Issues: 2

1.0.2 2017-01-18 19:51 UTC

Requires

Requires (Dev)

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 0e842c4fd510be728564e65fc3108b81ea48cb58

  • Shea Dawson <shea.woop@silverstripe.com.au>

notificationsilverstripe

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

👁 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