Page under construction
Platform Announcements enable services to have a pop-up message visible to the end-user.
In the Admin Panel, you can configure the title and content of an announcement that gets shown to the customers on a 24-hour basis from now until you decide to take it down again.
Configure a platform announcement:
Go to Site Admin → Organization → Announcement → Add another announcement
Include a title
Include the announcement text
Select Show
Save
If you want to remove the announcement at a later stage, you need to deselect the “show” option
Block platform usage entirely (“Maintenance Mode“)
Sometimes is might be needed to block all platform usage entirely, so that the users can not use the platform.
While this is not supported with the Platform Announcements feature, there is a workaround available to prevent users from using the platform when they see the Platform Announcement.
To enable a maintenance mode
Configure a platform Announcement like described above
Add this snippet to the Organization → Custom Script:
<style> .kt-button { display:none; } body{ pointer-events: none; } </style>
To disable a maintenance mode
Remove the snipped again from the Custom Script.
Disable the platform announcement