Hi

Im not really sure but I think that this part of the code of node widget (node_widget.form.inc) has an incompatibility witfh CCK Node Reference.

/**
 * Implementation of hook_form_[form_id]_alter()
 */
function node_widget_form_content_field_edit_form_alter(&$form, &$form_state) {
  unset($form['field']['advanced']);
}

With this enabled, there is no way of specifying which nodes should be referenced by using a view.

Comments

tawellman’s picture

I am having the same Problem. Is there been a work around? Or is this module being maintained anymore?