Changes

Jump to: navigation, search

MediaWiki

1,014 bytes added, 14:59, 26 February 2018
Make it shiny and nice
= Make it shiny and nice =
== Change the default editor ==
# By default, the mediawiki comes with a very puristic editor. To enable the little more modern one, add this to your LocalSettings.php:<br>
<br>
wfLoadExtension( 'WikiEditor' );
$wgDefaultUserOptions['usebetatoolbar'] = 1;<br>
== Mobile Frontend ==
Mediawiki has a great frontend for mobile devices, which is NOT in the default setup. To make a better mobile frontend working, follow this steps:<br>
# [https://www.mediawiki.org/wiki/Special:SkinDistributor/MinervaNeue Download] (unpack) and place the file(s) in a directory called MinervaNeue in your skins/ folder.
# [https://www.mediawiki.org/wiki/Special:ExtensionDistributor/MobileFrontend Download] (unpack) the Mobile Extention files and upload them to the folder MobileFrontend in your folder extensions/
# Add this to your LocalSettings.php:<br>
wfLoadExtension( 'MobileFrontend' );<br>
$wgMFAutodetectMobileView = true;<br>
wfLoadSkin( 'MinervaNeue' );<br>
$wgMFDefaultSkinClass = 'SkinMinerva'; // use Minerva skin<br>

Navigation menu