silverstripe / multiuser-editing-alert
A module that indicates when people are editing the same page in the CMS
Installs: 26 652
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 10
Forks: 11
Open Issues: 1
Language:CSS
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ^4.0|^5.0
- silverstripe/vendor-plugin: ^1.0|^2.0
This package is auto-updated.
Last update: 2024-10-14 11:53:07 UTC
README
Alerts users in the SilverStripe CMS when multiple people are editing the same page.
Maintainer Contact
Julian Seidenberg <julian (at) silverstripe (dot) com>
Requirements
SilverStripe 4.0 or newer
Installation
Run: composer require silverstripe/multiuser-editing-alert
The module is automatically enabled after flush=all.
Usage
Install the module and blue dots appear next to pages in the site tree to indicate where CMS authors are editing. If multiple authors edit the same page a red dot and large warning messages appears on the page.
The list of people editing the page is stored in the SS_Cache file (DynamoDB in SilverStripe Platform or Tmp), and running a flush clears the list of editors.
The module polls the server every 3 seconds when there are multiple users editing, but saves server cycles by polling about every 24 seconds when there is just a single content author editing. If a user logs out or closes their tab, they automatically get timed out and removed from the list of current editors.
You can just the timing of the pollings using the multiuser.yml config file. For example, if there are a huge amount of content authors editing at any one time, you might want to set update less frequently, as that might overload the server.
Extra bonus: the red and blue dots are SVG files, and therefore tiny to download.
Attribution
- Icons bluedot.svg and reddot.svg by Benji Park. All rights reserved. Licensed under a Creative Commons Zero 1.0 License.
- Icon warning.svg from IcoMoon App. All rights reserved. Licensed under a GPL / CC BY 4.0.