Extension:EditOnlyYourOwnPage
From MediaWiki.org
|
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
- Download EditOnlyYourOwnPage, and be sure to rename the downloaded file to EditOnlyYourOwnPage.php.
- Drop this script in $IP/extensions
- Note: $IP is your MediaWiki install directory.
- Enable the extension by adding this line to your LocalSettings.php:
require_once('extensions/EditOnlyYourOwnPage.php');