Extension:Commentbox

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png

Release status: stable

Implementation Page action
Description Adds a commentbox to certain pages
Author(s) Thomas Bleher (Tblehertalk)
MediaWiki 1.16
License GPL 2 or later
Download
Example http://spiele.j-crew.de/wiki/SpieleWiki:Spielwiese
Hooks used
OutputPageBeforeHTML

User
userCan

Check usage and version matrix

What can this extension do? [edit]

Adds a commentbox to certain pages.

Installation [edit]

To install this extension, add the following to LocalSettings.php:

#add configuration parameters here
#setup user rights here
require_once("$IP/extensions/Commentbox/Commentbox.php");

Using this extension with MediaWiki 1.15 [edit]

The current version of this extension in SVN only works with MediaWiki 1.16. Users of MediaWiki 1.15 should download an older version of the extension. The latest version that should work is r65527. The functionality is the same, just some cleanups and translations are missing.