Skip to content

ClementFlipo/Lowtechlabskin-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Follow this tutorial to load the Lowtechlab skin into your wikifab site.

1. Download the LowtechlabSkin-extension

Download the LowtechlabSkin-extension and place the file(s) in a directory called LowtechlabSkin in your extensions/ folder.

2. Download the lowtechlab-skin files

Download the lowtechlab-skin and place the file(s) in a directory called lowtechlab-skin in your skins/ folder.

3. Update LocalSettings.php

Add the following code at the bottom of your LocalSettings.php:

require_once "$IP/extensions/LowtechlabSkin/LowtechlabSkin.php";
$wgFavicon = "/skins/lowtechlab-skin/images/favicon.ico";

$egChameleonExternalStyleModules = array(
__DIR__ . '/skins/wikifabStyleModule/chameleon-wikifab.less' => $wgScriptPath . '/skins/wikifabStyleModule',
__DIR__ . '/skins/wikifabStyleModule/font-awesome-4.4.0/less/font-awesome.less' => $wgScriptPath . '/skins/wikifabStyleModule/font-awesome-4.4.0/less/font-awesome.less',
__DIR__ . '/skins/lowtechlab-skin/css/style.css' => $wgScriptPath . '/skins/lowtechlab-skin',);

4. Update LocalSettings.wikifab.php

  • Replace : $egChameleonLayoutFile= DIR . '/skins/wikifabStyleModule/WikifabStyleModule.xml';
  • By : $egChameleonLayoutFile= DIR . '/skins/lowtechlab-skin/layout-lowtechlab.xml';

5. Done!

Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

About

Step-by-step instructions to load the Lowtechlab skin into Wikifab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published