using Drupal 6.15 on LAMP

I found that the link does not show up with multiselect boxes (http://drupal.org/project/multiselect). Maybe this is also an error with the multiselect cck widget itself?

Comments

REMUU’s picture

Status: Active » Needs review

By making following change, it will work with Multi Select Node reference field

file : popups_reference.module
line no : 113

if ($widget_type == 'nodereference_select' || $widget_type == 'nodereference_buttons' || $widget_type == 'multiselect_select') {

Good Luck and have a nice day!