Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta10
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 15:15 UTC
Updated:
25 May 2012 at 03:57 UTC
In the administrator mode for content types under 'Display Fields' it is possible to select 'MyImageCachePreset with link to Original'. It would be very handy, if there was also the option 'MyImageCachePreset with link to 'MyImageCachePreset2'.
Background: I have a content type "photogallery" and a preset "Thumbs". I have chosen Thumbs with link to Original in the Display fields setting. So far so good. But unfortunately some of the original images are very very big so that it would be better not to link to the original pictures but to another imagecache preset which resized the original images to an appropriate size.
Comments
Comment #1
fizk commentedYou could use views to accomplish this:
In this order:
1. Create a new view
2. Add an image field - the one users should see after clicking the main image
- choose its imagecache settings
- check "Exclude from display"
3. Add an image field - the one that users will see at first
- choose its imagecache settings
- check "Rewrite the output of this field"
- use the proper token for the image you added in step #2.