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

markus_petrux’s picture

Version: 6.x-3.x-dev » 6.x-2.x-dev
Status: Active » Fixed

Nodereference 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.