A module that indicates when people are editing the same page in the CMS
Alerts users in the SilverStripe CMS when multiple people are editing the same page.
Julian Seidenberg
<julian (at) silverstripe (dot) com>
SilverStripe 4.0 or newer
Run: composer require silverstripe/multiuser-editing-alert
The module is automatically enabled after flush=all.
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.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem