Closed (fixed)
Project:
Flickr
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Jun 2012 at 13:48 UTC
Updated:
5 Mar 2013 at 21:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
lolandese commentedUpdated issue summary.
Comment #1
lolandese commentedThe attached patch:
<span>tags instead of<div>so images can be inserted also halfway a paragraph without making it split).Colorbox functionality is not included yet in fields (photos and sets as attachments to a content type) and tags (a functionality only active on the user pages).
A working DEMO.
To apply patch use:
patch -p1 < flickr-colorbox_integration-1637464-1.patchIt can be applied against the dev version.
To see any changes, after applying the patch set the Colorbox "class" to "colorbox" and "rel" to "gallery-all" on the settings page (admin/config/media/flickr) and re-save your nodes with Flickr images in them.
Another patch to have more image sizes available at http://drupal.org/node/1440918.
Please ignore the first patch in the original issue summary. Use this one instead.
Comment #2
Anonymous (not verified) commentedHi Lolandese,
Apologies for the late reply.
I'm currently working on a project that will probably need these features. I'll get back to you soon.
Best,
Paul Booker
Comment #3
lolandese commentedHi Paul,
Thinking it over, I would exclude the "auto float" functionality from the patch. Let's leave optional extra's up to other modules.
I can roll a new patch if necessary. Just let me know here.
Comment #4
Anonymous (not verified) commentedIt works great \ O /
If you would roll another patch as you described I'll get this committed to the development branch.
Best,
Paul Booker
Comment #5
lolandese commentedAwesome. The attached patch:
Did some basic testing in a development site. Only had a problem in the filter with size=n (is using original size instead). Please check.
Comment #6
lolandese commentedPatch similar to #5 attached but this one applies cleanly (no errors). The mistake in #5 was that I didn't use the git version and that made it fail on the .info file.
Use:
patch -p1 < flickr-colorbox_integration-1637464-6.patch..and don't forget to remove the patch file before pushing the code back to the repository.
;-p~
NOTE: The Auto Float functionality has been improved but moved to http://drupal.org/project/autofloat as a separate module.
Comment #7
lolandese commentedHave this running smoothly on several sites with different themes. No objections for several months. Marking RTBC.
Comment #8
erutan commentedAny ETA on getting a new 7.x dev? There are a lot of patches in the issue queue but the repo doesn't seem to have been touched for a while.
Comment #9
lolandese commented# 8: See also #482842: Co-maintainer needed.
Comment #10
Anonymous (not verified) commentedThanks again for the work done here.
Is it possible to break this latest patch up into work that relates directly to the current issue and to create a separate a patch for the work you have done *fixing* the flickrfield module and later add an additional patch here for further Colorbox/Lightbox integration?
Best, Paul
Comment #11
lolandese commentedThe latest patch (December 20, 2012) already only relates to the current issue.
Comment #12
lolandese commentedCommitted. http://drupal.org/commitlog/commit/2102/a436fc04cc1911aa24064a184e005d35...
Comment #13.0
(not verified) commentedAdded note to avoid people using not the latest patch.