With the latest Drupal , prog gallery thumbnails always opens up the first image node when there are more than two or three thumbnails. Thumbnails link to something like node 48, whereas linking to something like 48#48 would probably not cause this error

Comments

Jānis Bebrītis’s picture

Thanks, fixed and commited into CVS. Will be in tarball tomorrow!

for a quickfix: prog_gallery.module, line 1638 must be as follows:
if (!$node->nid) $startimage = $album_content[0]['nid'];else $startimage = arg(1);

Jānis Bebrītis’s picture

Assigned: Unassigned » Jānis Bebrītis
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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