If Administration Menu is active alongside Node Embed, its menu toolbar appears in Node Embed's popup window iframes.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | suppress_admin_menu-1481526-1.patch | 945 bytes | shaunjohnston |
If Administration Menu is active alongside Node Embed, its menu toolbar appears in Node Embed's popup window iframes.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | suppress_admin_menu-1481526-1.patch | 945 bytes | shaunjohnston |
Comments
Comment #1
shaunjohnston commentedAdministration Menu module provides a function to suppress the rendering of its toolbar, so I have utilised this in a patch for Node Embed.
I initially tried to add this as a preprocess hook in the theme registry for the popups, however there seems to be a problem with cascading theme registry preprocess hooks from module to theme which (in my case) stopped my preprocess hooks working.
Instead I have added a views hook which suppresses Administration Menu's toolbar when the Node Embed view is rendered.
Better solutions more than welcome.
Comment #2
shaunjohnston commentedComment #3
sreynen commentedThanks logicalor. Committed.
Comment #4
sreynen commented