wushin / themanaworld-website

The website of The Mana World.

Home Page:http://themanaworld.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

themanaworld-website

The website is a extention for mediawiki.

Add to LocalSettings.php:

require_once("$IP/extensions/tmwa/tmwa.php");

Configuration Variables / Settings:

Account registrations come from:

$wgTMWAccountEmail = "validemail@domain.com";

Set News Site path:

$wgTMWNews = "$IP/news.html";

To use Wiki's DB Backend:

$wgTMWAccountLib = 'dbLadmin';

To use php Ladmin connection:

$wgTMWAccountLib = 'phpLadmin';
$wgLadminHost = '127.0.0.1';
$wgLadminPort = '6901';

Create a new php.ini entry:

[tmwa]
tmwa.cfg.LADMIN_PASS = "admin";

(A restart of webserver or php-fpm is needed)

To use TMW as Auth services for Wiki

Note: Mediawiki enforces First Letter of username to be uppercase.

$wgAuth = new TMWAuth();

Depends:

About

The website of The Mana World.

http://themanaworld.org/

License:Other


Languages

Language:PHP 91.1%Language:Shell 3.2%Language:HTML 2.5%Language:PLpgSQL 1.4%Language:CSS 1.1%Language:JavaScript 0.8%