kghbln / GroupPortal

Allows for group-based main page redirection.

Home Page:https://www.mediawiki.org/wiki/Extension:GroupPortal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GroupPortal

The GroupPortal extension to MediaWiki allows for group-based main page redirection.

Installation

  1. Obtain the code from GitHub
  2. Extract the files in a directory called GroupPortal in your extensions/ folder.
  3. Add the following code at the bottom of your "LocalSettings.php" file:
    require_once "$IP/extensions/GroupPortal/GroupPortal.php";
  4. Go to "Special:Version" on your wiki to verify that the extension is successfully installed.
  5. Done.

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

About

Allows for group-based main page redirection.

https://www.mediawiki.org/wiki/Extension:GroupPortal


Languages

Language:PHP 100.0%