Closed (works as designed)
Project:
Flickr
Version:
6.x-1.1
Component:
flickr (main module)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2009 at 23:49 UTC
Updated:
26 Dec 2013 at 12:49 UTC
Jump to comment: Most recent
Comments
Comment #1
karc2008 commentedOops, I never looked in the Block-Settings.. I found the answer to the first question.
Also the logo-issue is solved, by editing this directly in the modules block-file.
But still, I want to know, if it´s possible to set up a view with recent photos from a specific user (at the his profile).
Comment #2
lolandese commentedUnfortunately the Views module can not make use of the Flickr API directly. It is out of the scope of the Flickr module for now. It has been suggested before here and also at #107142: Flickr Query sub-module. Only the submodule Flickr Field has some support for Views.
I do not know if there are contrib modules that offer Flickr API methods that are called from fields that can be included in Views.
The easiest approach would be to simply import all of a specific user's public Flickr media on cron run or request and create a separate node (entity) for each image/video with all of the available meta data (also geo info, etc.). Take a look at the Feeds Flickr module. We used it on several projects.
In any case, patches are welcome and will be reviewed instantly.
Thanks.