Extension:Inbox
Appearance
Inbox Release status: experimental |
|
---|---|
Author(s) | Stephane Bisson (Sbisson (WMF)talk) |
MediaWiki | >= 1.41.0 |
Database changes | Yes |
Tables | inbox_email |
License | GNU General Public License 3.0 or later |
Download | |
|
|
Quarterly downloads | 3 (Ranked 128th) |
Translate the Inbox extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
Inbox allows a user to see all emails that MediaWiki has sent to them on a single page, Special:Inbox.
Installation
[edit]- Download and move the extracted
Inbox
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Inbox - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Inbox' );
- 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.
Categories:
- Experimental extensions
- Extensions with invalid or missing type
- GPL licensed extensions
- Extensions in Wikimedia version control
- AlternateUserMailer extensions
- BeforePageDisplay extensions
- LoadExtensionSchemaUpdates extensions
- OutputPageCheckLastModified extensions
- SkinTemplateNavigation::Universal extensions
- All extensions