I've implemented NodeCarousel on www.urbanministry.org using the theme override function described in http://drupal.org/node/228291. It works pretty well with images (see www.urbanministry.org/section/nodecarousel - a test page). However, I would really like to get it to work with YouTube videos that have been embedded into nodes using the Video module.

The problem is, when I put the video nodes in the nodequeue I get an error saying that "This site is redirecting in a way that will never complete."

Comments

jcfiala’s picture

Huh. That's a tricky thing to do. I'll have to consider it sometime.

EvanDonovan’s picture

Thanks. I didn't realize that embedded videos would cause a redirection error; they don't cause a redirection error normally.

EvanDonovan’s picture

For now, I am working around this limitation in the module by copying and pasting the embed code generated by the YouTube Video module into a separate node. The problem with using node_load on the entire Video is that it seems to pull up a "page within a page". For whatever reason, that doesn't happens when I do a node_load on Page or Image nodes.

The issue might actually be with the Video module itself.

ifbyphone1’s picture

To the OP -- did you ever get this figured out & implemented? Could you send us a link of your finished product?

Thanks!! We are heading down this path, too.

EvanDonovan’s picture

I never got this working. I stopped using NodeCarousel in favor of Views Carousel.