Inclumedia / EmailAllChanges

MediaWiki extension that adds a preferences checkbox allowing users to have all changes to pages on the wiki emailed to them
https://www.mediawiki.org/wiki/Extension:EmailAllChanges
GNU General Public License v2.0
1 stars 0 forks source link

EmailAllChanges

The EmailAllChanges extension adds a preferences checkbox allowing users to have all changes to pages on the wiki emailed to them.

Installation

  1. Obtain the code from GitHub
  2. Extract the files in a directory called EmailAllChanges in your extensions/ folder.
  3. Add the following code at the bottom of your "LocalSettings.php" file: require_once "$IP/extensions/EmailAllChanges/EmailAllChanges.php";
  4. Go to "Special:Version" on your wiki to verify that the extension is successfully installed.
  5. Done.

Configuration

See the extension's homepage for instruction on how to configure this extension.