mtyeh411 / mediawiki-bootstrap

A customizable responsive Bootstrap MediaWiki skin.
GNU General Public License v2.0
78 stars 19 forks source link

Error in Manuall installation of mediawiki-bootstrap #25

Closed mestrap closed 10 years ago

mestrap commented 11 years ago

Sorry for asking this basic question here but i am new to mediawiki and bootstrap. I have downloaded manually mediawiki-bootstrap and then extracted/saved all files in a folder named "mediawiki-bootstrap"(not using a git).After that added the code

require_once( "$IP/skins/mediawiki-bootstrap/bootstrap.php");

in LocalSettings.php

but when i changed default skin to mediawiki-bootstrap its showing like this untitled

I dont know git and in your tutorial https://github.com/mtyeh411/mediawiki-bootstrap you have explained to install the skin using it. Is there a way to install this skin manually without using git

magikMaker commented 11 years ago

in the file LocalSettings.php, set $wgDefaultSkin to bootstrap:

$wgDefaultSkin = "bootstrap";