Posted by heyyo on June 25, 2009 at 1:03pm
Jump to:
| Project: | FancyZoom |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | thinkyhead |
| Status: | closed (works as designed) |
Issue Summary
Is there any plan to make it work with CCK & VIEWS ? Like LightBox or thickbox ?
Comments
#1
That's certainly something I'd like to do. I'm learning how to write CCK formatters, so we'll see how that goes. It would need to integrate with Imagecache as well, but apparently that's going into D7 core, so no problem there.
Meanwhile, all you need to get it working with CCK / Views is custom templates with smaller images linking to larger images, either with imagecache or something else. I'd be surprised if the CCK Image field doesn't already support a display field that links an image directly to the original image file (as opposed to the node). That would cover some bases.
In any case, it would be interesting to try making formatters tailored to FancyZoom.
#2
This would be a great addition! Any progress on this?
SUBSCRIBE
#3
I should mention the module works great with Image Resize Filter, especially with the auto-link option enabled.
#4
#5
The original FancyZoom script is intended to just take over and zoom any and all images that aren't nailed down with rel="nozoom" (or if there's a lightbox or thickbox rel set on it). And this module just wraps up the FancyZoom Javascript in a nice package. So, any CCK field, token, or other method that produces a link to an image should be compatible and just work. But if you need to limit zooming to CCK fields, try the FancyBox module instead, as it seems more complete and has a very similar visual style. I'm not sure that it zooms, however. :-(