The Navbar module is incompatible with Drupal 7 core's Toolbar module. Toolbar module should be disabled before the Navbar module is enabled.
The Navbar module depends on several third party JavaScript libraries, which you must download manually. After following these instructions, go to the Status Report page to confirm that all of Navbar's requirements are met.
- Download preconfigured version of Modernizr and name the file
modernizr.js. - Place the file in the
sites/all/libraries/modernizrdirectory. - Optionally, also download the minified version, place it in the same directory and name it
modernizr-min.js. The Navbar module will automatically use the minified version if it's available, because it is more efficient.
- Download
backbone.jsfrom GitHub. - Place the file in the
sites/all/libraries/backbone/directory. - Optionally, also download the minified ("production") version, place it in the same directory and name it
backbone-min.js. The Navbar module will automatically use the minified version if it's available, because it is more efficient.
- Download
underscore.jsfrom GitHub. - Place the file in the
sites/all/libraries/underscore/directory. - Optionally, also download the minified ("production") version, place it in the same directory and name it
underscore-min.js. The Navbar module will automatically use the minified version if it's available, because it is more efficient.