Tobias
Tobias

Reputation: 2561

Plone message facility to tell users about maintenance downtime

How would I tell the (anonymous, or authenticated) users of my Plone site about a scheduled maintenance downtime?

I think of a "flash message" (like those "Your changes have been saved" messages) which is shown to every user exactly once (until explicitly receipted) before the downtime; after the downtime there should be another message (perhaps shown only to those who saw the pre-downtime message), or no message at all (but of course not the pre-downtime message anymore).

Which Plone product or builtin facility would I use for this purpose?

Upvotes: 4

Views: 113

Answers (2)

Davi Lima
Davi Lima

Reputation: 769

In addition to the proposed suggestions you may also have a look at:

Upvotes: 3

Ida
Ida

Reputation: 3965

Use Products.ContentWellPortlets and add a static-portlet above the content.

Upvotes: 2

Related Questions