I'm trying to configure Lightbox2 to display a series of images produced by the PDF to ImageField module. This module converts a pdf into a series of images that are saved as nn-#.jpg
nn is a node number
# increments from 1 to the end-of-file
I have the PDF to ImageField module working properly.

https://drupal.org/node/266126 (however outdated it is) indicates that Lightbox2 works with Imagefield (which is now in core).

I am not sure to configure Lightbox2 to display the images without listing several dozen files individually.

Comments

rjensen’s picture

Title: Configure to use with image node » Configure to use with imagefield (now in core)
Issue summary: View changes
rjensen’s picture

Title: Configure to use with imagefield (now in core) » Configure to use with Imagefield (now in core)
artwreck’s picture

This may help:

"Lightbox2 Imagefield Grouping

On the main Lightbox2 settings page, /admin/settings/lightbox2, there is a "CCK Display Settings" collapsed fieldset. This fieldset only appears if you have the imagefield and imagecache modules installed. There is a "Select Imagefield Grouping in Views" option which allows you to control the lightbox2 grouping of imagefields. By default, imagefields in views are grouped by the field name they appear in the view in. You can override that grouping here, so you can group them by fieldname, node id or node id and field name. You can also disable grouping completely."

https://drupal.org/node/274714