Posted by arshadcn on January 17, 2013 at 3:32pm
8 followers
| Project: | Mobile Friendly Navigation Toolbar |
| Version: | 7.x-1.x-dev |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Here's how to setup navbar on a vanilla Drupal (tested with 7.18):
- Download Navbar module.
- Download jquery_update module (dependency). Make sure you're using the 7.x-2.x-dev version.
- Enable Navbar.
- Visit Configuration -> Development -> jQuery update.
- Select version 1.7 for jQuery version.
- Save.
Comments
#1
It would be nice to add a documentation page for this.
#2
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.
#3
My suggestiong would be to add the path to that part of the site
youstiename.com/admin/config/development/jquery_updatefor those that enabled the module without realize/reading the instructions.
#4
The "tested with version 7.18" should be removed from the readme.
#5
#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.
#6
I removed the jquery_update dependency. We shouldn't need it after the alpha4 update (188946562a6b4ce872527bf846ab8b237722ed75).
#7
Cannot find the reference 188946562a6b4ce872527bf846ab8b237722ed75
#8
@hass, http://drupalcode.org/project/navbar.git/commit/1889465
#9
I wonder as navbar seems only working with jquery 1.7 and 1.8
#10
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?
#11
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!
#12
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!