MediaWiki extensions manual
GroupPortal
Release status: unmaintained
Implementation MyWiki
Description Allows for group-based main page redirection
Author(s) Tim Laquatalk
Latest version 1.2.0 (2014-09-14)
MediaWiki 1.11+
Database changes No
License GNU General Public License 2.0 or later
Download

GitHub:

Note:
No localisation updates are
provided by translatewiki.net .

Hooks used
  • MediaWikiPerformAction

The GroupPortal extension allows for different groups to be redirected to different main pages.

Installation

  • Download and place the file(s) in a directory called GroupPortal in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/GroupPortal/GroupPortal.php";
    
  • Set up the different portals
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

Edit the "MediaWiki:Groupportal" system message and add portals with user group|portal, e.g.

*|Main Page
sysop|Administrator's noticeboard
RandomGroup|Some page
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.