The EmailAllChanges extension adds a preferences checkbox allowing users to have all changes to pages on the wiki emailed to them.
- Obtain the code from GitHub
- Extract the files in a directory called
EmailAllChangesin yourextensions/folder. - Add the following code at the bottom of your "LocalSettings.php" file:
require_once "$IP/extensions/EmailAllChanges/EmailAllChanges.php"; - Go to "Special:Version" on your wiki to verify that the extension is successfully installed.
- Done.
See the extension's homepage for instruction on how to configure this extension.