Extension:SpecialPagesManager

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Special Pages Manager

Release status: beta

Implementation  framework (invalid type)
Description
Author(s)  user:jldupont
Last Version  See SVN
MediaWiki  tested on 1.10
License No license specified
Download SVN

check usage (experimental)

Contents

[edit] What can this extension do?

Gives the ability to a sysop to enhance a MediaWiki installation with custom special pages managed directly from the database (instead of PHP files).

[edit] Usage

[edit] Installation

  • Get Extension:StubManager
  • Get all the files from the SVN link and copy them 'extensions/SpecialPagesManager' directory

[edit] Notes

This extension is also part of the BizzWiki platform.

[edit] Changes to LocalSettings.php

require('extensions/StubManager.php');
require('extensions/SpecialPagesManager/SpecialPagesManager.php');