Hi, I need a module that works the same way youtube's "Video Response" works.

But I want it for drupal nodes, to be able to put something like, "This Node is connected to this node."

Is there a module out there like that?

Comments

nathanjo’s picture

Use the Node reference from CCK

lainel’s picture

Do you happen to have a link to that module? I can't seem to find it.

Thanks if so.

neokrish’s picture

node reference is a part of cck module. so you will download http://drupal.org/project/cck and enable node reference there. However, I think you are asking for something else. Node reference just links a node from another node but there isn't any relation between them as such. so this wont work as youtube's video response.

WorldFallz’s picture

Ive only tangentially played with the youtube video response feature, but I don't see any reason nodereference couldn't make the connection. One could easily create a view that lists a video node and all it's associated "video responses" using a single video content type and a nodereference field, listing existing videos, that would indicate the video the current node is a response to.

neokrish’s picture

but I don't see any reason nodereference couldn't make the connection.

I am interested in knowing you can bring this. If I understand correctly, at the most, a list of node titles that are referenced can be assembled below the node and not the video fields of the referenced nodes. But I may be wrong.

WorldFallz’s picture

You could set up a view with a page view representing the original video "node" (a view can only be of one node), then add an attachment view to that same page that displays the videos or thumbnails of the response videos below the original video via a relationship created by the nodereference field. It sounds far more complicated then it actually is. Views2 is a work of art!