Extension:DisableSpecialPages
From MediaWiki.org
|
DisableSpecialPages Release status: stable |
|||
|---|---|---|---|
| Description | Allows wiki administrators to make a special page unavailable | ||
| Author(s) | Rob Church | ||
| MediaWiki | 1.7.0 | ||
| License | No license specified | ||
| Download |
SVN [?]:
|
||
|
|||
| Check usage and version matrix | |||
The DisableSpecialPages extension allows wiki administrators to make a special page unavailable.
Example:
$wgDisabledSpecialPages = array( 'Allpages' );
HowTo [edit]
- download from SVN and put it in /extensions
- add
in LocalSettings.php
require_once("extensions/DisableSpecialPages/DisableSpecialPages.php");
Whitelist [edit]
The following special pages cannot be disabled:
'''Warning:''' Default sort key "DisableSpecialPages" overrides earlier default sort key "DISABLESPECIALPAGES".
