Closed (fixed)
Project:
Flickr
Version:
6.x-1.x-dev
Component:
flickr_filter
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Mar 2007 at 01:55 UTC
Updated:
22 Nov 2008 at 21:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mbaker.pdx commentedConfirmed. Working on a basic patch.
The issue seems to be that theme_flickr_photoset is not implemented.
Comment #2
mbaker.pdx commentedI've implemented the api call flickr_photoset_get_photos(). Any reason not to do this?
I'm then using it in theme_flickr_photoset().
Attaching patch for your perusal.
Comment #3
drewish commentedit should be good to go.
Comment #4
astra commentedThere are two functions in the frickr.patch. I manuallt put the first function to frickr/frickr.inc and the second function to frickr/frinckr.module, it seems work.
Comment #5
drewish commentedastra, you shouldn't need this patch. i've committed other code that fixes it. please grab the new release and try that. if you run into problems please open a new issue.
Comment #6
astra commentedInstalled the new release Flickr-HEAD 14-April-2007 and have a test, for the example:
[flickr-photo:id=230452326,size=s]
[flickr-photoset:id=72157594262419167,size=m]
'flickr-photo' displays one picture, it seems ok. But 'flickr-photoset' still displays ONLY one picture, not a set of photo's. Something wrong?
Comment #7
andrewlevine commentedin flickr_filter, the photoset will only display the primary image of the set. the image is linked to the flickr page of the photoset.
Comment #8
drewish commentedOkay, I gotcha. That was originally one of the things I'd planned on doing with the filter. I'd like to add a bit more syntax so you can specify a range of photos to show, 1..n to show them all or -2..n to show the last two. something like that.
Comment #9
eagereyes commentedI was also looking at the Flickr module for that same feature. The embedded images could all link back to their Flickr pages within the photo set, so that the user can then click through the other images in the set. Looking at the URL for an image within a photoset, that doesn't seem to be particularly tricky.
Comment #10
rockgeek commentedAh ha - explains it!
However on my sets (experiemented with others and ok) it says:
* Flickr error 1: Photo not found
* Flickr error 1: Photo not found
Why could this be?
thanks.
Comment #11
pomata commentedHad the same problem, I've altered:
see the
if($item['id'] != ""){statement additiongood luck
Comment #12
Anonymous (not verified) commentedplease follow the conversation over @
http://drupal.org/node/195188