About

The current version is 0.0.16 (updated 4/06/14). Download from SourceForge.

Unfamiliar with BootStrap? Visit GetBootStrap.com to get acquainted, otherwise get in touch for help, questions or to report errors.

Installation Basics

Download and extract the file(s) in a directory called BootStrap in your extensions/ folder.

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

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

Vector Edit (skins/Vector.php)

Find the following (around line 73);

$out->addModuleStyles( $styles );

And directly below paste;

$out->addModuleStyles( 'ext.BootStrap' );

Find the following (around line 60);

$out->addModules( array( 'skins.vector.js', 'skins.vector.collapsibleNav' ) );

And directly above paste;

$out->addModuleScripts( 'ext.BootStrap' );

Now visit our Wiki to view how to add features to your articles.