Comments

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

I have no idea why or how Node Reference URL could be doing anything at all to hide information on the Node form. This module only provides a CCK widget. It doesn't modify forms or display of nodes in any way. Are you sure that Node Reference URL is responsible?

magnus’s picture

Status: Postponed (maintainer needs more info) » Active

I have the same problem if I install Node Reference URL Widget. I went back in the releases and found that 6.x-1.2 works, so the change was in 6.x-1.3. In nodereference_url.module:

  if (module_exists('views') && !empty($field['advanced_view']) && $field['advanced_view'] != '--') {
    $referenceable = (bool) _nodereference_potential_references_views($field, '', NULL, array($node->nid), 1);
  }
  // Otherwise restrict by node type.
  else {
    $referenceable = !empty($field['referenceable_types'][$node->type]);
  }

The "advanced_view" seems to be the problem, but I don't know why.

eL’s picture

Subscribe. Same problem for me.

eL’s picture

Any news?

quicksketch’s picture

No.

eL’s picture

With Advenced Forum Alpha 4 it seems solved.

magnus’s picture

Title: collision with advanced forum » Collision with Advanced Forum
Status: Active » Fixed

After upgrade to Advanced Forum 6.x-2.x-alpha4 this issue no longer exist. Still don't know what was causing the issue though.

quicksketch’s picture

Thanks for the updates guys.

Status: Fixed » Closed (fixed)

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