Active
Project:
404 Navigation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 20:35 UTC
Updated:
5 Sep 2011 at 08:59 UTC
The core problem that requires this module also has other side effects, e.g. Menu_MiniPanels won't work on 404 pages. Would there be cause to add hooks to deal with this, or do you think the existing core hooks would be sufficient?
Comments
Comment #1
damienmckennaI was able to work around the problem for Menu_MiniPanels by putting more logic in hook_page_alter() and not relying upon hook_init() so much, so maybe other modules could go that way and there'd be no need for an extra hook? YMMV.