Extension:EditOnlyYourOwnPage

From MediaWiki.org

Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
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)
Version 0.1
MediaWiki 1.6.x, 1.9.x, 1.10.x or higher
Download EditOnlyYourOwnPage.php
Example see the Project Homepage
Hooks used

userCan

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

Personal tools