There is no exception in logs. However I expect images to be returned.
Try it out:
- tag a few images with multiple tags.
- confirm they have those tags.
- visit :
http://www.flickr.com/services/api/explore/flickr.photos.search
- enter your flickr id (not your flickr username)
- enter comma separated list of tags you just entered in step 1
- enter tag_mode = all
- press enter
- viz that you get a list with expected images you tagged in step 1.
Then, proceed to your djangocms site which uses the cmsplugin_flickr plugin.
- add a flickr plugin to a placeholder
- give it a title
- enter max recordset size (count)
- enter your flickr username
- enter the same comma separated list of tags you tested on the flickr site.
- select : tags match : all tags
- set image size to large 1024px on longest side
- order : any
- save it
- make sure the page is published and in navigation.
- view it
- viz that there are no images returned.
What it needs to do :
return the same images that would be found via the flickr website testing tool
There is no exception in logs. However I expect images to be returned.
Try it out:
http://www.flickr.com/services/api/explore/flickr.photos.search
Then, proceed to your djangocms site which uses the cmsplugin_flickr plugin.
What it needs to do :
return the same images that would be found via the flickr website testing tool