Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2009 at 09:35 UTC
Updated:
2 Jun 2011 at 23:59 UTC
I just installed image cache, image api, image field and file field, basically all needed modules, enabled them created 2 image types, thumb with scale and crop and full image with scale
WHen I crate new fields in cck I dont see the option image, where i can select the image that I just created??
Any idea?
Comments
Comment #1
vannus commentedits one of those 'easy when you know how' things...
in 'manage fields', type in your field label & name as usual.
select 'file' from 'field type'
select 'image' from 'widget'
its works for beta10 anyway... dunno about beta9.
ok, this is about the 5th time ive tried replying to this message, if 5 appear im not spamming, i just keep getting 'service not available' messages
Comment #2
fender-dupe commentedyes I see upload and image, but you can not select thumb or full size later, are you sure it is working correctly or it is a bug?
Comment #3
fender-dupe commentedI tried it again, file ---- image
there is not option to select thumb image to appear in the intro display of the article and then the full size image when you open the node.
There must be some bug?
Comment #4
vannus commentedfirst, make sure you have a couple sizes in administer -> configuration(?) -> imagecache. (small 90x90, mediuam 120x120, large 180x180 is what ive got)
in the display fields tab, choose sizes. ie. for basic (large+link to image), teaser (small + link to ode) and rss (small + link to node).
hth, thats off the top of my head, my server isnt running at the moment
Comment #5
fender-dupe commentedof course I set the 2 sizes, but in ckk I dont get the option to choose them in nodes, thumb and full size, i think it must be a bug
Comment #6
vannus commentedwhen your in the display tab for the content type, what does the dropown for teaser/full show?
http://drupal.org/node/163561 might help.
where are you seeing 'nodes, thumb, full size'?
Comment #7
bmateus commentedfender is probably changing the presets of "Images" (admin/settings/image).
In fact, you need to go to imagecache, as "Images" doesn't seem to work with CCK (it's a 3rd.party module).
Go to ImageCache (admin/build/imagecache), and then create a new preset, with the scale and crop definitions you need.
After save, just go back to the View that displays the CCK Image field and select the name of your new preset on the settings.
You have a View, don't you? :)
Hope it helps.
Comment #8
les limYou can only choose an imagecache preset per content type, not per node. Thus, you won't be able to select an imagecache style from a node edit form.
Instead, edit the content type itself and go to the "Display fields" tab.
Comment #9
alexfisher commentedMan, why do I forget this once a year and waste hours and hours searching for why my presets aren't showing up? Thanks for the clarification bmateus!
Comment #11
bmateus commentedGlad I could help.