Extension:EditOnlyYourOwnPage

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
EditOnlyYourOwnPage

Release status: beta

Implementation  User rights
Description Prevents non-sysop users from editing anything other than their own user page, talk page and subpages thereof.
Author(s)  Jim R. Wilson (Jimbojw)
Last Version  0.1
MediaWiki  1.6.x, 1.9.x, 1.10.x or higher
License The MIT License
Download EditOnlyYourOwnPage.php
Example  see the Project Homepage

check usage (experimental)

The EditOnlyYourOwnPage Extension prevents non-sysop users from editing anything other than their own user page, talk page and subpages thereof.

Project Homepage
EditOnlyYourOwnPage Extension - Jimbojw.com
Source Code
EditOnlyYourOwnPage.php
Licensing
EditOnlyYourOwnPage is released under The MIT License.

[edit] Installation

  1. Download EditOnlyYourOwnPage, and be sure to rename the downloaded file to EditOnlyYourOwnPage.php.
  2. Drop this script in $IP/extensions
    Note: $IP is your MediaWiki install directory.
  3. Enable the extension by adding this line to your LocalSettings.php:
require_once('extensions/EditOnlyYourOwnPage.php');

[edit] See also