Release status: stable |
|
|---|---|
| Implementation | Database, User activity, Ajax |
| Description | Shows who is editing a page you are editing. |
| Author(s) | Antoine Musso, Tim Starling, Jack Phoenix |
| Latest version | 2.0 (2020-11-13) |
| MediaWiki | 1.39.4+ |
| Database changes | Yes |
| License | GNU General Public License 2.0 only |
| Download | Download extension Git [?]: |
|
Parameters
|
|
|
Hooks used
|
|
| Quarterly downloads | 3 (Ranked 167th) |
| Translate the AjaxShowEditors extension if it is available at translatewiki.net | |
The Ajax Show Editors extension allows you to see who is editing a page that you're editing at the same time. The extension displays a box containing other users' user names on action=edit (as well as on preview, action=submit).
Installation
- Download and place the file(s) in a directory called
AjaxShowEditorsin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'AjaxShowEditors' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
The extension has only one configuration variable, $wgAjaxShowEditorsTimeout; its default value is 60 (seconds); it's the timeout in seconds after which a user is considered as no longer editing the page in question.
See also
- EditWarning extension
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.