Extension:ReturnToUserPage
From MediaWiki.org
|
ReturnToUserPage Release status: beta |
|||
|---|---|---|---|
| Implementation | Page action | ||
| Description | Sends users directly to their own user page after login or account creation. | ||
| Author(s) | Jim R. Wilson (Jimbojw) | ||
| Last version | 0.1 | ||
| MediaWiki | 1.6.x, 1.9.x, 1.10.x or higher | ||
| License | The MIT License | ||
| Download | ReturnToUserPage.php | ||
| Example | in use at Meopedia | ||
|
|||
| Check usage and version matrix | |||
The ReturnToUserPage extension sends users directly to their own user page after login or account creation.
- Project Homepage
- ReturnToUserPage Extension - Jimbojw.com
- Source Code
- ReturnToUserPage.php
- Licensing
- ReturnToUserPage is released under The MIT License.
Installation
- Download ReturnToUserPage, and be sure to rename the downloaded file to ReturnToUserPage.php.
- Drop this script in $IP/extensions
- Note: $IP is your MediaWiki install directory.
- Enable the extension by adding this line to your LocalSettings.php:
require_once('extensions/ReturnToUserPage.php');
