i assumed that adding a photoset filter would show a photoset (several thumbs) on my drupal site, but i am just getting one thumb which links to my flickr site. is that the expected behavior?
| Comment | File | Size | Author |
|---|---|---|---|
| #42 | flickrfield-full-photoset-2.patch | 2.49 KB | archetwist |
| #40 | flickrfield-full-photoset.patch | 2.17 KB | archetwist |
| #24 | flickr.admin_.inc_.diff | 1.62 KB | Jak-o |
| #16 | flickr-expand_photoset_rendering_v2.patch | 1.5 KB | ao2 |
| #9 | flickr-expand_photoset_rendering.patch | 1.46 KB | ao2 |
Comments
Comment #1
ymmatt commentedSame question here.
Comment #2
mrurns commented+1 ;-)
i have the same question.
because i don't really see the point in using flicker-photoset tag when i can just link to the photoset
Comment #3
glass.dimly commentedHello,
I wanted to ask whether or not flickr photosets are supposed to embed the whole gallery in Drupal, or just the first photo with a link to the gallery.
If not, do you know of a way to embed a whole gallery? That's what I'm really looking to do.
Great module, thanks for maintaining it and developing it.
Thanks,
Jeremy
Comment #4
andrewlevine commentedSee the flickr_sets module
Comment #5
Shai commented#4 - andrewlevine response is not relevant. This desired functionality is not in the module.
I like others want this functionality and there is a feature request, started a long time, with several patches that haven't been applied. I'm trying to sort through it today to see if any of the patches are usable:
http://drupal.org/node/152792
Shai
Comment #6
emdalton commentedI'd like this too. Meanwhile, I'm using functionality from Flickr Slideshow Generator at http://fabiocavassini.com.ar/SlideShowGenerator.html to generate these slides. It surprises me that there isn't support for this in a filter already.
Comment #7
fborrego79 commentedGetting the same thing in the 6x-1 Alpha1 version.
I have the blocks working, just not the sets thing.
Comment #8
ao2 commentedHi,
the problem may rely in flickr_filter.
At the end of
filter/flickr_filter.modulewe haveand in
flickr.module:So the functions in
sets/aren't used at all when using the[flickr-photoset:...]filter.Can we change that please?
I'll try myself, but I don't know drupal very well yet, so it might take time.
Thanks,
Antonio
Comment #9
ao2 commentedHi,
I found a solution that *works for me* (TM) :)
This now becomes a feature request.
Attaching the patch here. The code duplicates what's also in
sets/flickr_sets.module.Thanks,
Antonio
Comment #10
jdelaune commentedAny updates on this?
The above patch doesn't work for me since I'm on 5 I guess.
Comment #11
bgogoi commentedVery sorry, but I dont know how to use a patch.
can you please make a tarball of all the files after your patch and attach here?
Thank you very much
Comment #12
andrewlevine commented@bgogoi: http://drupal.org/patch
Comment #13
bgogoi commentedso easy! Thanks Andrew :)
Comment #14
jdelaune commentedDoes the patch re #9 work for people then. It doesn't make any difference for me (5.x).
Comment #15
naiptol commentedThis patch works for me, except "size" feature - clicking on image always gives link to "medium" size flickr image. Does "size" works for you?
Comment #16
ao2 commentedhi naiptol,
can you test the new attached version?
It contains this change:
Comment #17
naiptol commentedHi, ao2,
Thank you for patches! :)
You can see test results in http://eminute.net/en/flickr_test
Drupal 6.5 , Lightbox2 6.x-1.8, flickr module 6.x-1.x-dev (2008-Sep-30) flickr-expand_photoset_rendering_v2.patch.
(I will upgrade versions in the future, so this is current moment)
There is the same flickr photoset with diferent sizes in filter. In previous patch version (flickr-expand_photoset_rendering_v1.patch) all of them looked like with 'size=s'. Now sizes are different.
Only one moment. There are 2 sizes actually. One is "what sizes you see in page showing all photoset", and another is "what size image you get when you click one of them".
Currently when I click on picture in photoset, I get 'medium' sized image with s, t, m, -, and 'original' with b, o. (my original pictures are 800px on longest size).
I think 'original' would be better, than 'medium', becouse 'medium' is too small, and if 'original' is too large, it is possible to manage this with Lightbox2 settings.
Also one strange effect:
I set 'Continuous Galleries' in Lightbox2, and when I watch the same gallery 2-nd time, looks like I get 'Original' size, except last image in gallery, which shows 'broken image', if I go further, 3-d time I get 'medium' again, 4-d - "original', except last image, and so on. It looks like bug somewhere.
Comment #18
biker360 commentedI noticed in the code you can change how many pictures per page to display for the paging feature. Unfortunately when I load an album with more than the said amount of photos, no pagers show up. It only displays the default number of photos you have set in the code (20). You can change this to allow for more but I have albums with 50+ pictures that I didnt want to load on one page alone. Any thoughts on how to get the paging to work?
Comment #19
Anonymous (not verified) commentedGreat job everyone! Works fine.
Needed to add the 'type' field to the flickr_set.module which may be a issue that is looked at further down the issue queue.
Ill get this committed to the development branch later today
Comment #20
Anonymous (not verified) commentedComment #21
tms8707056 commentedOk. So, I noticed that there is a flickr-photoset class div wrapped around the images. I thought that I would simply put a margin around the images using CSS to get some space between them. However, I was having trouble getting it to recognize my CSS changes. I couldn't figure out why it wasn't working. Turns out that the div class is misspelled. It actually says "fickr-photoset". This should be corrected before committing it to the dev branch.
Comment #22
lxndr commentedRight now I'm using Flickr 6.x-1.0-beta4.
The problem that only one picture is being displayed in photosets on a page or in articles persists?
Are there any progresses?
Comment #23
Jak-o commentedComment #24
Jak-o commentedSorry for my last blank reply.
I've made a patch for flickr.admin.inc that enables more than 20 photos of a photoset in every node created with patched flickr.module thanks to ao2 (#16).
Both work well.
Comment #25
chandrabhan commentedInstead of duplicating code in flickr.module, I have done the following in flickr_filter.module
And also in flickr_sets.module
code after // chandrabhan is added
Comment #26
Anonymous (not verified) commentedLimited time.
I have implemented these patches so that if you don't have the flickr_sets module enabled and a node is rendered showing a photoset filter it will just shows one image from the photoset but if you have the flickr_sets module enabled it will show all the photoset images . However i have taken out the pager on the photoset as it doesn't work and i don't want to get sidetracked fixing this .
I'll commit to the development branch later today . Please provide feedback.
Thanks for all you help.
Best, Paul
Comment #27
Anonymous (not verified) commentedComment #28
Anonymous (not verified) commentedComment #30
cookiesunshinex commentedIs this committed? I have the latest dev version of the module, but I only see one image from my photoset in my node after inputting the photoset code in the Flickr CCK field.
Comment #31
ultimikeI'm not sure this is actually fixed. I'm having difficultly getting a photo set to display - like others in the comments before me, all I'm seeing is a single photo from the photoset.
Here's what I have:
1. Modules enabled: Flickrfield, Flickr, Flickr Sets (dev version from 2009-June-24).
2. I added a "Flickr Photo" field to the "blog" content type with all the default settings.
3. I created a new blog post and in the Flickr fieldset, I set:
- Item Type: photoset
- ID: 72157622689719750
- User ID: MichaelFlickr
(enjoy the photos of my kids!)
Upon viewing the node, I don't see the entire photoset, just the first photo from the set. The "Source: Flickr" link below the photo links to the photoset.
What am I missing in order to pull in all the images from the photoset?
Thanks in advance,
-mike
Comment #32
ultimikeJust figured out what I was doing wrong - hopefully this will help save somebody else some time...
There are 2 types of CCK fields included with the FlickrField module - "Flickr Photo" and "Flickr photo set". If you want to be able to display an entire set in a node, you need to choose the "Flickr photo set" type (obviously). I was banging my head against the wall because I inherited a site with the wrong type selected from the start.
-mike
Comment #33
andrewlevine commentedchanging issue title back - @ultimike Thanks for helping people with your comment. However, note when you change the "Issue title" field it changes for the whole issue, not just your comment.
Comment #34
freatida commentedIs this fixed? I'm using the latest dev version. Only one photo from my photoset is displaying. I've added a photoset cck field.
Which handler should I be selecting in the display fields page? I see there's an option for embedded slideshow, but I don't want that. I want a main photo and thumbs. Can anyone help? Thanks.
Comment #35
freatida commentedI see that the flickr photo field (not photoset field) also accepts a photoset ID. So I tried that instead and now all I get is just the main photo, with the text link below Source: flickr to the set on flickr.
But the photos from the photoset are all displayed displayed when using the filter.
So is this supposed to work with the cck field, or only the filter?
Thanks
Comment #36
mdowsett commentedsubscribing - would this issue be the same in the v5 of the Flickr module? My images (using the filter code) opens the photoset in a new browser window.
Comment #37
archetwist commentedsubscribing
Comment #38
archetwist commentedOh, and actually I think it should be a bug report -- the feature is there, it's just not working correctly.
Comment #39
archetwist commentedI've written a patch which makes flickrfield display all photos from a photoset if the flickr_sets module is enabled. It can probably be done in a nicer way so if you can improve it, please do so. This patch also prints the photoset's description.
Comment #40
archetwist commentedThe missing patch...
Comment #41
Anonymous (not verified) commentedDoes that patch apply against the development branch ?
Best,
Paul Booker
Appcoast
Comment #42
archetwist commentedYes, it applies against 6.x-1.x-dev 2009-Jun-25.
I'm attaching a new version of the patch - I've changed the HTML a bit (it's now easier to theme to look like original Flickr photosets) and made it link to the original photo.
Demo: http://archefoxtrot.com/en
Comment #43
archetwist commentedComment #44
Anonymous (not verified) commentedReviewing now ..
Comment #45
Anonymous (not verified) commented@archetwist
Would you mind helping us all out and opening a new bug with your request in the following format ..
User-Agent:
Build Identifier:
Description:
..
Reproducible: Always | Sometimes
Other OG / Forum related modules installed
..
Steps to reproduce:
1.
2.
..
Expected Results:
..
Actual Results:
..
Proposed solution:
..
Patch
.. feel free to be verbose & attach all relevant screenshots
.. and referencing this bug for completeness . Then close this bug ?
I'll then work on this promptly.
Best,
Paul Booker
Appcoast
Comment #46
archetwist commentedI am not sure why you want me to write all this. Isn't it clear what my patch does? The "expected results" were for the module to display a complete photoset when using the supplied CCK field and this patch addresses this issue. However, I am not an experienced PHP programmer so there may be a cleaner way of doing this.
Comment #47
Anonymous (not verified) commented@archetwist
Sorry , that comment was for another long issue. I'll review your patch today.
Best,
Paul Booker
Appcoast
Comment #48
Anonymous (not verified) commentedLooks good , iill get this committed to the development branch later today.
Thanks for contributing to the project.
Best,
Paul Booker
Appcoast
Comment #49
Anonymous (not verified) commentedComment #50
archetwist commentedOK, thanks.
Comment #52
waltercat commentedI'm not sure this works with panels. When I create a custom node view and add the flickr photoset cck field to a panel I can only choose to display the "primary set photo {at different sizes}"
I'd like to display the entire gallery.