Extension:ForcePreview
From MediaWiki.org
|
ForcePreview Release status: stable |
|||
|---|---|---|---|
| Implementation | User rights | ||
| Description | Forces unprivileged users to preview before saving | ||
| Author(s) | Ryan Schmidt (Skizzerztalk) | ||
| Last version | 1.2 | ||
| MediaWiki | 1.12.0+ | ||
| License | None (Public Domain) | ||
| Download |
README CHANGELOG |
||
| Example | strategywiki.org | ||
|
|||
|
|||
| Check usage and version matrix | |||
Contents |
Usage [edit]
Users without the forcepreviewexempt right will be forced to use the "Show Preview" (or "Live Preview", if enabled) button before being allowed to save the page.
Download instructions [edit]
Download the latest snapshot and extract it to your extensions directory.
Note: Please check to make sure you have revision 30891 or later of MediaWiki 1.12 before installing this extension!
Installation [edit]
To install this extension, add the following to LocalSettings.php:
$wgGroupPermissions['user']['forcepreviewexempt'] = true; //Does not force preview for registered users require_once("$IP/extensions/ForcePreview/ForcePreview.php");
See also [edit]
- Manual:Force preview: JavaScript that performs the same function, albeit easier to work around (users can simply disable JavaScript on their browser to get around the restriction).
| Language: | English • Deutsch • français |
|---|