Closed (fixed)
Project:
Subform
Version:
4.7.x-0.30
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2006 at 09:51 UTC
Updated:
17 Oct 2010 at 12:33 UTC
Relations can only be between CCK node types. How about adding other Drupal node types? Like the bibliography module?
Thanks for an amazing module!
Comments
Comment #1
MrTaco commentedthis is doable (i believe), but i've run into problems when moving in this direction
when i was creating subform, i tracked down the functions that drupal/cck use to load/format node data in an array structure, functions to turn that array structure into a corresponding forms api structure, and functions for reversing those operations
the functions i located for doing these steps, in cck, work when called externally
but the general drupal functions for these steps, consistently white screened me
i'd like do accomplish this as well, and would appreciate any assistance provided
Comment #2
casey commented