Hello
I am new on Drupal, and I am not English speaker, so sorry about my English.
Currently I am trying to do a photography contest web site with drupal 6.x.
The module that I am using to connect with Flickr API is "Flickr 6.x-1.0" and to view my flickr photos via my web site is "Flickr Attach 6.x-1.3". Obiously I have a Flickr API Key.
I have no problem with the correct visulitation of my Flicker photos via my web site thanks to Flickr attach module, but once I "attach" the image and content is created correctly I can not view the photo in my web site, there is only a link to the new content. I know that Flickr Attach say:
But Wait! Flickr Attach doesn't display flickr attach'd images. The reason for this is that different users will find different ways in which they want to use flickr images: some might want images in blocks, some might want images on the node view, etc. Flickr Attach leaves it up to block, theme, and module developers to make use of the new $node->photos and $node->sets properties of your flickr attach'd nodes.
My question is: How can I make to display the photos attached with "Flickr Attach module" in my web site.
-Issues
---- I dont want to store the flickr photos in my computer but I need to see the photo via my web site
---- Obiously I have a view created to display the photos.
I hope you understand me.
Thanks a lot and sorry about my grammar errors.
Comments
Any help?
Any help?
cisclo:
cisclo:
There are a few examples of how people have included flickr attach images here #435764: some more documentation please
There's also a patch in the cue to add views support (#480090: Flickr Attach Views Integration). You might be able to create a block view that looks at arguments and displays your images that way.