isnt it cooler if the picture itself links to the flickr page?
i´m using only the cck field
and print $node->field_flickr_photo[0]['view']; in my own tpl file
but i cant get more then one image in my article?
i set the field to more then one and entered more then one image id
but its only showing the first one?
hmm kay..im doin it with the sharing button from flickr and an own cck field where i just put the whole html code given from flickr
The D7 dev version opens Flickr photos in colorbox, Lightbox or alike.
A title caption under the image links to the Flickr photo page to comply with their TOS.
If you still need this for D6, open a new issue with a request to back port.
Comments
Comment #1
CanOne commentedgot the same question.
isnt it cooler if the picture itself links to the flickr page?
i´m using only the cck field
and
print $node->field_flickr_photo[0]['view'];in my own tpl filebut i cant get more then one image in my article?
i set the field to more then one and entered more then one image id
but its only showing the first one?
hmm kay..im doin it with the sharing button from flickr and an own cck field where i just put the whole html code given from flickr
Comment #2
lolandese commentedThe D7 dev version opens Flickr photos in colorbox, Lightbox or alike.
A title caption under the image links to the Flickr photo page to comply with their TOS.
If you still need this for D6, open a new issue with a request to back port.
Thanks.