lightbox2 + node_images

Ищем в файле node_images.module сроку 767 и заменяем прежнюю строчку:
$output .='<a href="javascript:void(0);" title="'.$description.'" onclick="window.open(\''.file_create_url($image->filepath).'\', \'\', \'height='.$height.',width='.$width.'\');">'.$thumb.'</a>';
на
$output .= '<a href="'.file_create_url($image->filepath).'" class="thumbnail" rel="lightbox['.$node->nid.']" title="'.$description.'">'.$thumb.'</a>';