Needs review
Project:
Twitter bootstrap UI
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 17:17 UTC
Updated:
5 Nov 2014 at 19:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
edwu commentedrepeat from what jgj said from another post -
From the directions on the theme you need to put the same thing in the theme folder as well. not sure why but if you don't put the bootstrap files in the libraries folder - you'll get an error on the reports but most of the twitter bootstrap styling and jquery seems to work fine except for one error.
Comment #2
heddnPer #1544170: data-toggle="dropdown" isn't working, for many of the features you'll need to also install jquery 1.7+. It is available using the dev version of jquery_update.
Comment #4
Melissamcewen commentedI've started some work on a readme file. Let me know what you think so far:
INSTALLATION
------------
1. This module requires jquery 1.7+, which is available through the Jquery Update module (http://drupal.org/project/jquery_update), as well as the 7.x-2.0 Libraries branch (http://drupal.org/project/libraries/)
2. The Twitter Bootstrap library should be placed in your sites/all/libraries/twitter_bootstrap folder
2. Currently only the CSS version of Twitter Bootstrap is supported, which is available for download via the main page of the Twitter Bootstrap project or you can compile the CSS from the LESS in the main Git Branch of Twitter Bootstrap. CSS (bootstrap.css) needs to be in sites/all/libraries/twitter_bootstrap/css folder
Comment #5
Melissamcewen commentedFor Jquery update, you need to use the dev version and make sure 1.7 is selected on the configuration page.
Comment #6
mattyoung commentedthe libraries directory should Not be named "twitter_bootstrap", it should be just "bootstrap". Mine start working about I change the directory name.
Comment #7
WebWanderer commentedI've included the bootstrap.css file in the sites/all/libraries/bootstrap folder, and yet the module still says that the libraries are missing. What am I doing wrong? Is there anyway that I need to go about refreshing this or something?