Extension:FlowCounterTalks

From mediawiki.org
MediaWiki extensions manual
FlowCounterTalks
Release status: unmaintained
Author(s) Solene
Latest version 1.0.0
MediaWiki
Composer wikifab/flow-counter-talks
License GNU General Public License 2.0 or later
Download

The FlowCounterTalks extension counts the number of discussions on a given page's talk page and displays it in the header of the base page. It depends on the StructuredDiscussions extension and the Chameleon skin.

Installation[edit]

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