Closed (fixed)
Project:
Toolbar Hider
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2011 at 03:19 UTC
Updated:
23 Apr 2013 at 14:35 UTC
Jump to comment: Most recent file
I installed this module. Seemed like a fairly straight forward thing, but so far it does not seem to work at all.
In case this matters: Using Rubik as the administration theme and Zen as default.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | toolbar_hide_1058228_7.patch | 708 bytes | Josh The Geek |
| #4 | fix.patch | 686 bytes | sohum |
Comments
Comment #1
Josh The Geek commentedI need more info. Does the toolbar show up? Is it hidden? Does the keyboard shortcut work (default `)? What are the settings?
(BTW: Please start issues at active, not needs work. needs work and needs review are for issues with patches)
Comment #2
3rdLOF commentedThe toolbar is there. I tried changing the key to different types, but nothing.
Comment #3
jonaswouters commentedI get an error:
toolbar_hide.js:4 SyntaxError: Parse error
"Drupal.settings.toolbar_hide.default" does not work
Comment #4
sohum commentedThe module breaks when "Aggregate Javascript" is turned on, because a component of it requires a Drupal setting before that setting is set.
The attached patch is a quick'n'dirty fix.
Comment #5
Josh The Geek commentedHmm. TBH is a port of Admin Menu Hider, one of my other modules. I had the same issue with AMD at #1012738: Incompatible with Javascript Aggregator and core js aggregation. I'll make a quick port of that patch to d7, and commit.
Comment #6
Josh The Geek commentedPatch:
(Sorry, I find it more convenient to pass git dff though to pbcopy, not a file.)
Comment #7
Josh The Geek commentedReal patch.
Comment #8
Josh The Geek commentedCommited.
Comment #10
star-szrI think it's time for a new stable release that includes this bug fix, please :)