Closed (fixed)
Project:
Cloud Zoom
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2010 at 13:31 UTC
Updated:
29 Oct 2012 at 16:41 UTC
Your module is great and we assume in the future there will be options (some kind of administration) to use fully what the original library has to offer. But in the mean time, could you orient us about what we have to do to use the inner zoom option of the original library instead of the standard setting?
Thanks :)
Comments
Comment #1
LordHissyfit commentedYou can edit the defaults in the cloud-zoom.1.0.2.min.js file. Search for "position:'right'" in the file and replace 'right' with 'inside'.
Comment #2
EndEd commentedThanks !!! It works
Comment #3
nicholasthompsonYou are indeed correct - the module will provide admin control over the library options.
Comment #4
nicholasthompsonI've made a start on the field settings - in the dev branch there should now be a menu item within Content Management. This lists any fields which use this display output. It will store any override setting options.
Although this "works" on my dev box, it is still very much "work in progress". There are bits missing and no validation process. However I have successfully configured a field which uses the "inside" setting and another field which uses a large preview box with modified lens and tint opacities.
Once I have the DRUPAL-6--1 branch sorted, I'll port to DRUPAL-7--1 and release the 1.1 version of the module.
Comment #5
nicholasthompsonThe DRUPAL-6--1 now has a decent configuration system. You can create presets (much like imagecache). Each preset has a view and zoom imagecache preset along with override options for all Cloud Zoom options.
Each Cloud Zoom preset is exposed as a CCK Formatter which you can use on Teaser and Full views of the field as well as Field outputs in Views.
There is also a hook for modules to implement their own presets
Comment #6
mikeejt commentedGreat module!
I was wondering if you will a template solution for Cloud Zoom, such that we could define in our theme the cloud zoom call, just like imagecache?
Comment #7
iamnoskcaj commentedBeen following this issue thread on and off lately, but now I feel like I NEED to comment.
This is a BRILLIANT MODULE!
I was using JQZoom by itself, manually making presets in my own javascript file, for every different instance of JQZoom (because the JQZoom module lacked any decent configuration). I was quite content doing it that way, until I saw the beauty of Cloud Zoom. Cloud Zoom is more smooth/fluid/prettier, with more advanced options, and the configuration is very easy. So.... I was trying to figure out how to replace JQZoom with Cloud Zoom when I stumbled onto this module. I sort of thought this would be lacking good configuration options, like the JQZoom module, but I saw this thread, and decided to check out the latest build.
WOW! Boy was I pleasantly surprised! You did a GREAT job with the configuration features. The presets implementation is BRILLIANT. This should be a model for other similar js/jquery feature modules. It's dead-simple, exposes the features and options, and makes them VERY SIMPLE to implement. And it all neatly integrates with imagecache....
CONGRATS on a wonderful little module! You did a GREAT JOB!!!
Comment #8
BenK commentedKeeping track of this thread... looking forward to testing 7.x version.
Comment #9
Matt Giacomazzo commentedSubscribed
I can edit the default settings in the js for now but having an interface to edit the zoom behaviors and settings would be great since I could not find any module that would let me set the rel attribute with imagecache.
Comment #10
nicholasthompsonThe latest D6 version has a much improved Settings system which is very much like ImageCache's. You can write your own module to provide settings (if you want Version Control over them).
This will be ported to D7 eventually.
Comment #11
sleamey commentedSubscribe
D7 port would be much appreciated.
Comment #12
mandreato commentedSubscribe
Comment #13
liupascal commentedHello,
Thanks for the awesome module, is there any news about D7 port of D6' settings interface ?
Many thanks :-)
Comment #14
ibot commentedThank you for this module, i'm also really interested in the 7.x - port of the settings interface.
Are there any news about the progress?
Comment #15
nicholasthompson#1353892: Support Libraries API for more flexible library location