Closed (fixed)
Project:
Nodereference Explorer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 17:42 UTC
Updated:
2 Aug 2010 at 15:50 UTC
Would be ideal if this module did not rely on hook_init() to work. The code for its plugins should be loaded as needed. I tried to load the same dependencies later though and could not get it to work.
Comments
Comment #1
gnindl commentedExcept for the following files all PHP include files are loaded on demand:
- 'nodereference_explorer.widget',
- 'nodereference_explorer.widget.settings'
They contain necessary CCK hooks and MUST be available all the time. For better readability this code has been placed in different files.