Reputation: 2561
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
Reputation: 769
In addition to the proposed suggestions you may also have a look at:
Upvotes: 3
Reputation: 3965
Use Products.ContentWellPortlets and add a static-portlet above the content.
Upvotes: 2