Jump to content

Extension:Latest Discussions

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki extensions manual
Latest Discussions
Release status: unmaintained
Author(s) Julien Leperlier
Latest version 1.0
MediaWiki
Composer wikifab/latest-discussions
Licence GNU General Public License 2.0 or later
Download

The Latest Discussions extension displays a block with the latest discussions on any page. Discussions are defined by the CommentStreams extension.

Installation

  • Download and place the file(s) in a directory called Latest Discussions in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Latest Discussions' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.