Hi.
I did a CCK type. I has an ImageField, where a user uploads an image.
I can't set in "display" to show the image with ImageCache preset.
I can only use FileField preset.
This is pretty confusing in many modules, that I can set simmilar things in different module.
So I have:
Image module - allows me to set some options on uploading files (but I turned off Image attach so I don' know if it's used to images uploding with imagefield)
Teaser Thumbnail - it's turned on but not working with image field
ImageCache - a preset of it is seen by "display" in cck imagefield, but it's not working when set.
I feel confused about this.
ImageField That has its own preset on size when uploading.

I just want to have simple upload picture by user (1 picture, from his own computer), and to show small image in teaser and bigger one in full node.

Can I do this with ImageField?

Comments

quicksketch’s picture

Yes you can do what you're describing with ImageField/ImageCache. You need to visit admin/content/node-type/x/display to configure which ImageCache presets should be used when viewing the teaser/full version of the node. You might be experiencing conflicts between all the Image modules you have enabled, generally you should not use Teaser Thumbnail or Image module on the same site as ImageField and ImageCache.

konrad1811’s picture

Currently I solved all my image problems so I'm happy with drupal ;-)
see on newstelegraf.pl how it works for me.
I use ImageCache, ImageNode and NodeInsert
+ some theme modifications

quicksketch’s picture

Status: Active » Closed (fixed)

Great, thanks for the followup.

greta_drupal’s picture

I had a heck of a time troubleshooting ImageCache. Resolved by disabling the Image (Image, Image Attach) module.