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

MrTaco’s picture

this 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

casey’s picture

Status: Active » Closed (fixed)