1.0releasedMulti User Edit

Multi User Edit

Clone URLhttps://github.com/SeanVella/multi_user_edit.git

Add as a submodulegit submodule add https://github.com/SeanVella/multi_user_edit.git extensions/multi_user_edit --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNo1.01.01.01.01.01.01.01.01.01.01.01.01.01.0

Readme

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.

Version history

Symphony 2.4 to 2.x.x

  • Initial Release