Wiki Extensions

(Difference between revisions)
Jump to: navigation, search
(Simple Anti-spam)
(Confirm Edit)
Line 2: Line 2:
  
 
== Confirm Edit ==
 
== Confirm Edit ==
 +
Confirm Edit is an extension that adds Captcha's to pages based off of settings in its <tt>ConfirmEdit.php</tt> file.
 +
 +
=== Installation ===
 +
# Download the latest file.
 +
# If you extract the archive to the <tt>$IP/extenions</tt> folder, you shouldn't need to move any other files around.
 +
# Add the following line, ''near the bottom,'' to your <tt>LocalSettings.php</tt> file:
 +
<syntaxhighlight lang="php">require_once( "$IP/extensions/ConfirmEdit/ConfirmEdit.php" );</syntaxhighlight>
 +
 +
=== Configuration ===
  
 
== Visual Math Captcha ==
 
== Visual Math Captcha ==

Revision as of 23:51, 15 June 2011

The wiki is running a few extensions to better serve the community. This page seeks to document the installation procedure for the various extensions.

Contents

Confirm Edit

Confirm Edit is an extension that adds Captcha's to pages based off of settings in its ConfirmEdit.php file.

Installation

  1. Download the latest file.
  2. If you extract the archive to the $IP/extenions folder, you shouldn't need to move any other files around.
  3. Add the following line, near the bottom, to your LocalSettings.php file:
require_once( "$IP/extensions/ConfirmEdit/ConfirmEdit.php" );

Configuration

Visual Math Captcha

Simple Anti-spam

The idea behind this extension is that it adds a form to pages that cannot be seen, but if it is not blank, the wiki returns an error about triggering a spam filter. I have not had great success with this, and have posted a request to add how many it blocks.

Installation

  1. Download from the MediaWiki page.
  2. Extract the files into into $IP/extensions/SimpleAntiSpam.
  3. Add the following to LocalSettings.php:
    require_once("$IP/extensions/SimpleAntiSpam/SimpleAntiSpam.php");
  4. Installation can now be verified through the wiki's Special:Version page
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox