I would like to use the nodereference module in one of my own projects. Is it possible to reference with an FAPI form right away, without ripping out some of the code from CCK?
Cheers.
I would like to use the nodereference module in one of my own projects. Is it possible to reference with an FAPI form right away, without ripping out some of the code from CCK?
Cheers.
Comments
Comment #1
markus_petrux commentedNodereference is pretty tied to the node edit form, the node data structure and CCK field information. I think it is not be possible to directly reuse nodereferences out side of these contexts.
If you want an autocomplete text field that works somewhere else, then you can do this using FAPI and using your own URL to resolve the AHAH request the way you wish.