Extension:ReturnToUserPage

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
Hooks used
UserCreateForm

UserLoginForm

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

  1. Download ReturnToUserPage, and be sure to rename the downloaded file to ReturnToUserPage.php.
  2. Drop this script in $IP/extensions
    Note: $IP is your MediaWiki install directory.
  3. Enable the extension by adding this line to your LocalSettings.php:
    require_once('extensions/ReturnToUserPage.php');
    


See also