This package was designed to work with Umbraco v4 to v6 only.
Due to other commitments, this package is no longer being maintained.
SUMMARY
Adds a simple visual indicator to edit pages, displaying notifications based upon the status of the page. Supported notifications include:
Redirect - Displays a notification if umbracoRedirect is set
InternalRedirect - Displays a notification if umbracoInternalRedirectId is set
NaviHide - Displays a notification if umbracoNaviHide is set to true
UnPublished - Displays a notification if a page is unpublished
NoTemplate - Displays a notification if the page has no template
HOW TO USE
The package is configured via an pageNotifications.config file located in the default umbraco config folder.
Notifications are defined as notification child nodes of the root pageNotifications element. Notification nodes have one mandator attribute which is type, the value of which can be one of Redirect, InternalRedirect, NaviHide, UnPublished or NoTemplate (Information on what each does can be found above).
Notification messages are defined as message child nodes of the notification element. Message nodes consist of one mandator attribute lang, which must be a valid 2 letter country code, and a CDATA inner value for the actual message iteself.
SYSTEM REQUIREMENTS
Umbraco 4.5+
.NET 3.5+
BUGS & ISSUES
Please raise any issues on the forum below. All feedback is welcome and appreciated.