Extension:PageCreationNotif
shortcut: PCN
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
![]() Release status: unmaintained |
|
---|---|
Implementation | Notify |
Description | Enables email notifications for users of page creations |
Author(s) | Nischay Nahata (Nischayn22talk) |
Latest version | 0.2.0 (2014-04-01) |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | >= 1.29.0 |
PHP | 5.3+ |
Database changes | Yes |
License | GNU General Public License 3.0 or later |
Download | README |
|
|
Quarterly downloads | 1 (Ranked 157th) |
Translate the PageCreationNotif extension if it is available at translatewiki.net | |
The PageCreationNotif extension enables email notifications for users on creation of new pages. The user can specify to whether receive emails or not in their preferences.
Installation[edit]
- Download and place the file(s) in a directory called
PageCreationNotif
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/PageCreationNotif/PageCreationNotif.php";
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Authors[edit]
Page Creation Notif was originally written by Nischay Nahata, as WikiWorks consultant for Texas Instruments.