i'd like to be able to override the autocomplete text for one particular node type: so instead of: node title [nid: $nid], it'd be something like:
node title (referenced node title) [nid: $nid]
where referenced node title is the title of a node that is referenced by the original node
how would i override nodereference_autocomplete_validate, nodereference_autocomplete, nodereference_autocomplete_value for one node type only?
also, just as a usabilty suggestion, displaying [nid: nid] could be frightening to some users, so could the nid be hidden in the returned results - maybe with the nid as an attr which is then retrieved in the validate function?