How can I use the photos in feeds?

Ideally, I want them to become part of the CCK nodes that I'm creating.

Thanks,
Keysar.

Comments

alex_b’s picture

Use node_template functionality. Add code into the node_template save textarea that downloads an enclosure and stores a link to the downloaded resource into a CCK field. You could do sth similar using nodeapi.

Unfortunately there is no existing code that does that for you.