Closed (fixed)
Project:
Node Embed
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
14 Mar 2012 at 07:19 UTC
Updated:
14 Apr 2012 at 22:11 UTC
Jump to comment: Most recent file
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