I love lightbox - it's been working like a charm for a while, but recently I added it to a new drupal 6 site and paired it with CCK filefield to show PDFs in a lightbox using Views.

It's great when there's only one file attached using the CCK file field, but in a node with more than one, the Views outputs multiple instances of the same node (title, body, file) rather than just listing multiple files -- this happens only when I'm selecting a lightbox output.

any idea how to resolve this? thanks

Comments

stella’s picture

Status: Active » Closed (works as designed)

This is by design I'm afraid.

cgjohnson’s picture

Forgive me! I realize this is a views issue -- after some testing I noticed "Group multiple values" which, when checked, eliminates duplicates.

Sorry for the post. and thanks for lightbox, stella!