Extensions
Extensions
Installing
MediaWiki
extensions
can be installed as follows:
Use the File manager to upload the tarball and extract the package under
/app/data/extensions
.
Change the ownership of the newly uploaded directory to
www-data
Load the skin in
/app/data/LocalSettings.php
by adding this line:
wfLoadExtension( '<extension-name>' );
Additional extension settings may be set in
/app/data/LocalSettings.php
Suppressing skins
To
suppress
one or more skins add the following line to
/app/data/LocalSettings.php
:
$wgSkipSkins = array( "cologneblue", "monobook" );