Here's how to setup navbar on a vanilla Drupal (tested with 7.18):

  1. Download Navbar module.
  2. Download jquery_update module (dependency). Make sure you're using the 7.x-2.x-dev version.
  3. Enable Navbar.
  4. Visit Configuration -> Development -> jQuery update.
  5. Select version 1.7 for jQuery version.
  6. Save.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

muschpusch’s picture

Status: Active » Closed (fixed)

It would be nice to add a documentation page for this.

davidneedham’s picture

Version: 7.x-1.0-alpha3 » 7.x-1.x-dev
Category: support » feature
Status: Closed (fixed) » Needs review
FileSize
786 bytes

Great idea! This should be in a readme.txt file too, which is where I looked for info initially. Here's a patch that creates the readme.txt with the module info and these instructions.

erifneerg’s picture

My suggestiong would be to add the path to that part of the site

youstiename.com/admin/config/development/jquery_update

for those that enabled the module without realize/reading the instructions.

hass’s picture

Status: Needs review » Needs work

The "tested with version 7.18" should be removed from the readme.

hass’s picture

#1937724: Automatically configure jquery_update with jQuery 1.7 or higher
#1937728: Disable colliding modules in hook_install()

I have jquery_update 2.3 installed and all works both with jquery 1.7 and 1.8, but not 1.5.

jessebeach’s picture

Status: Needs work » Closed (fixed)

I removed the jquery_update dependency. We shouldn't need it after the alpha4 update (188946562a6b4ce872527bf846ab8b237722ed75).

hass’s picture

Cannot find the reference 188946562a6b4ce872527bf846ab8b237722ed75

shadcn’s picture

hass’s picture

I wonder as navbar seems only working with jquery 1.7 and 1.8

codybarr’s picture

I'm not able to get the navbar to work at all really, still uses the standard Seven admin theme with the overlay. Any ideas?

Shyamala’s picture

Created a Documentation page at http://drupal.org/node/1993254. If you are working on your local server make sure you are using the dev build as it has the latest fixes!

Shyamala’s picture

Created a Documentation page at http://drupal.org/node/1993254. If you are working on your local server make sure you are using the dev build as it has the latest fixes!

thomas4019’s picture

Status: Closed (fixed) » Active

This documentation page should be referenced from the project page. It is still not clear how to install this module.

hass’s picture

Status: Active » Closed (fixed)

Next version may be self-explaining.