Hello

I try to create a gallery made of images or video, mixed together by dates.
I have a content type with an imagefield, and one with an video emfield.

A view take these two kind of fields and put them together. They are both configured to be seen through lightbox, via a thumbnail.

It works almost fine, but when viewing a video, the "next/prev" buttons navigate only to other videos, and the same for the images...

Is there away to include both contents in the same "navigation group" ?

drupal : version 6.12
emfields : version 1.2

Thank. By the way, it terrific what is possible with this module !!!

Comments

fabianderijk’s picture

Is there already a soultion for this problem? I've got the same problem. I've got both images and video and want to combine these two in 1 slideshow.

Tony Sharpe’s picture

I would also like to do this. I have tried setting the grouping name for both images and video the same but that does not make it work. I assume it is a problem as images use lightbox and video from emfield uses lightframe. Other than that everything is working fine as a mixed gallery.

ManyNancy’s picture

Category: support » feature

Subscribe

scottkrieger’s picture

Subscribe

gabka’s picture

subscribe

couloir007’s picture

subscribe

Vandalf’s picture

subscribe

eatrocks’s picture

subscribe

JamesAn’s picture

Status: Active » Closed (duplicate)

Like it says in #375779-3: Mixed sets (grouping images + videos), you can use lightframe instead of lightbox and lightvideo. The theming is more complicated and it may require you to rewrite the output if you're using Views. The syntax for lightframe rel attributes is similar to lightbox and lightvideo and can be found in the docs.