Extension:Inbox
![]() Release status: beta |
|
---|---|
Author(s) | User:Sbisson (WMF) |
MediaWiki | >= 1.41.0 |
Database changes | Yes |
License | GNU General Public License 3.0 or later |
Download | |
|
|
Quarterly downloads | 3 (Ranked 175th) |
Translate the Inbox extension if it is available at translatewiki.net | |
Inbox allows a user to see all emails that MediaWiki has sent to them on a single page, Special:Inbox.
InstallationEdit
- Download and place the file(s) in a directory called
Inbox
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Inbox' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.