Closed (fixed)
Project:
Image Browser
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2010 at 23:00 UTC
Updated:
3 Mar 2010 at 08:30 UTC
I use a cck field on some of my nodes with the imagefield crop tool to make a small image, but use imagebrowser to insert larger images into the text.
At the moment the cropped images from the cck field show up in the imagebrowser view. Is there a way to edit the view (or maybe the imagefield destination settings) to either stop them from showing completely, or to show the uncropped version of the image (ie the original upload).
Users are clicking on the pre-cropped image in imagebrowser and inserted small images into the nodes, which should be larger.
Comments
Comment #1
peter törnstrand commentedIf the croped images have some prefix or suffix you could exclude them from the view. Look at the view and you will see that images containing ".thumb" are already exluded. I think that is the only way to exclude images.
Comment #2
chris_huh commentedHmm, looking at the files that have been uploaded with the crop tool there are two for each image (a fullsize and the cropped version). The fullsize has .crop_display.jpg appended to the end of the name, but the cropped versions are just the normal version, which is annoying. They are all uploaded straight to the files folder, whereas the imagebrowser ones are uploaded to the files/images folder. Is there a way to let files in the /files folder only display if they have .crop_display.jpg at the end, but still also show all files in /images. I guess that is too complicated.
Otherwise i will just have to only include files from /files/images and get them to reupload them using imagebrowser
thanks
Comment #3
peter törnstrand commentedThe filtering does not allow you to do what you are describing. Perhaps in future versions you will be able to browse files by directory, not sure what Starnox has to say about it.