I have a content type where there are multiple file fields - one for imagefield and one for pdfs with the issuu formatter.
When I reference this content type to get the image from, the image code is created, but it only goes to the imagecashe directory, instead of to the image, so no image is shown.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | noderef_image_helper_879126_3_direct.patch | 1.14 KB | miro_dietiker |
| #2 | noderef_image_helper_879126_2_multifile.patch | 1.1 KB | miro_dietiker |
Comments
Comment #1
naheemsays commentedI have found the fix - line 460, replace:
with
and that should do it.
Comment #2
miro_dietikerThis has been fixed in CVS with attached patch.
In addition we implement early break to speedup.
Comment #3
miro_dietikerFinally in current cvs we removed the field loop completely.