Thanks for the initial startup recipe! It got me going really fast considering how complex it all is.
I quickly found that it wasn't doing what I needed - I've got galleries of hundreds of images that all need captions... which is why I fecthed this. Trying to display the thumbnail just wasn't coming through. I see there's support for image-attach and imagefield, but I'm using good old image nodes!
So after an hour tracing through where it was, and where it was supposed to be (image.module adds the thumbnail in form #after_build) I figured it out.
I see you've already got a few special cases for known, non-CCK field types, so I did mine there.
Patch attached.
There's probably a slightly better way to do it - it's NOT editable, but it is at least previewable now.
Looks OK?

| Comment | File | Size | Author |
|---|---|---|---|
| #8 | editview_theme_inc.patch | 649 bytes | volkerk |
| editview-image-node-thumbnails.patch | 1.23 KB | dman | |
| editview-imagenode-patch.gif | 27.06 KB | dman |
Comments
Comment #1
dman commentedpatchy!
Comment #2
stopbox commentedIs there any chance of a D6 version of this patch?
Comment #3
agileware commentedHi stopbox,
This is definately possible.
I will add the functionality to the dev version as soon as I get a chance.
I'll post back here when it is in the dev version.
Comment #4
stopbox commentedThanks Agileware,
Comment #5
stopbox commentedI have found the relevant code in the editview/theme folder (I'm just not skilled enough to know what to change!)
Comment #6
stopbox commentedIs I don't think this made it into Beta 1, is there any chance you could take a look?
Comment #7
agileware commentedOops sorry about that. Will get it in really soon.
Comment #8
volkerk commentedCreated a patch against 6.x-1.0-beta1, also applies on dev version at the moment.