Ok, I've got CCK Image module on, Thickbox (on and off doesn't make a difference with this issue), and for some reason I still get displayed the large (original) image along with the thickbox thumb (if thickbox module is enabled).
Looking into the source code I've narrowed it down to this class:
<div class="field field-type-image field-field-image-cache">
<div class="field-items">
<div class="field-item">
<div class="field-label-inline-first">Image:</div>
<img src="http://website.com/files/image.jpg" alt="" title="" width="1485" height="1500" />
</div>
</div>
</div>and I am trying to figure out how to DISABLE that image from being displayed at all... I mean, thickbox thumb is being shown already, and I am trying to NOT show the original big sized image.
Any ideas where to look for this code, what to modify, how, where?
Thanks!

