Active
Project:
Nodecarousel
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 May 2008 at 20:43 UTC
Updated:
4 Dec 2010 at 16:32 UTC
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
Comment #1
jcfiala commentedHuh. That's a tricky thing to do. I'll have to consider it sometime.
Comment #2
EvanDonovan commentedThanks. I didn't realize that embedded videos would cause a redirection error; they don't cause a redirection error normally.
Comment #3
EvanDonovan commentedFor 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.
Comment #4
ifbyphone1 commentedTo 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.
Comment #5
EvanDonovan commentedI never got this working. I stopped using NodeCarousel in favor of Views Carousel.