Skip to content

Multi User Edit is an extension for Symphony. This extension is responsible of locking and unlocking the functionality of editing content when multiple users are accessing the same one.

Notifications You must be signed in to change notification settings

MST-SymphonyCMS/multi_user_edit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi User Edit

Multi User Edit is an extension for Symphony. This extension is responsible of locking and unlocking the functionality of editing content when multiple users are accessing the same entry.

How it works

It works by recording the time of when the first user accesses the entry and when the second user tries to access the same article, an error pops up showing how long he/she has to wait for user 1 to complete his/her 'wait_time' cycle.

Installation

  1. Add the following code in config.php
  ###### MULTI USER EDIT ######
  'multi_user_edit' => array(
  	'wait_time' => '5'
  ),
  ########
  1. Change the 'wait_time' to your required time (in minutes) of how long you want to lock the entries.

About

Multi User Edit is an extension for Symphony. This extension is responsible of locking and unlocking the functionality of editing content when multiple users are accessing the same one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.0%
  • JavaScript 44.0%