Howdy :)
Using CCK version 6.x-2.1, I created a custom node called "Project" which includes a CCK imagefield called "screenshot". I can upload an image okay and even see the thumbnail version of screenshot. However when I view my node, the image is not visible.
I listed the field so I do see a link to the actual image (which is okay), but is there something I'm doing wrong? I've looked at the forums and I've tried clearing Drupal's cache so that's not the problem.
I've even embedded the file using img tags into my body text. It shows up fine on the node's Edit page but it's still not visible once I submit the node.
Any help would be greatly appreciated :)
Cheers and thanks!
Comments
Comment #1
paul_constantine commentedSame problem here!
Imagefield is only showing links instead of the images.
My core and module versions:
- Drupal 6.9
- Content Construction Kit (CCK) 6.x-2.1
- ImageAPI 6.x-1.2
- ImageCache 6.x-2.0-beta5
- ImageField 6.x-3.0-alpha4
- FileField 6.x-3.0-alpha6
- Lightbox2 6.x-1.9
- getID3() 6.x-1.1
I tried all kinds of different combinations, but I can not get the thumbnail to show. All I always get is a link. (See screenshots)
When I click on the link the lightbox opens up the original image - so that part is working.
Best regards,
Paul.
Comment #2
roam2345 commentedThis issue is that the modules is incorrectly constructing the url. From what I understand image_cache add's a folder for the preset, the CCK fields may also specify a path as well. Not sure if these may conflict or not. But in any case even if the path is left blank on the CCK field in the management of the field type. It still skews the url off to something incorrect.
Hope that helps.
Comment #3
paul_constantine commentedThat did not really solve the problem.
I am using clean URLs and if any paths would be wrong, how come the textlink works justs fine?
When I click on the textlink the Lightbox opens up exactly like it sould do.
My problem is that instead of displaying a thumbnail in the blog teaser that opens uo the fullsize in the blog this module just displays a link in the teaser and no image when you open uo the blog which is not very funny - it is after all an image module isn't it? I am actually contemplating going back to the old image module, as this is getting very frustrating.
Thanks for the idea though,
Paul.
Comment #4
paul_constantine commentedSolved part of the problem - but opened a new one.
The fault lies with the Imagecache module.
If you go against the documentation and set the "File System" to private the Imagecache module works as intended. It creates the subfolders, the previews work and the imagefield module will acutually display a teaser image and the full-node image just like you specified in the "Display Field Options".
So in order for all this to work we must find a way ro make the Imagecache module work with the "File System" set to "public".
My two cents,
Paul.
Comment #5
ArgentOfChange commented*Update*
Thanks! Deactivating Imagecache enabled me to see the image embedded in the Body.
Then to my enduring embarrassment (just file me under "stupid" already) I just realised that I did not set the Display Fields to show "Image."
Cheers,
ArgentOfChange
a.k.a. Discombobulated-by-Drupal6-interface
Comment #6
quicksketchGreat, looks like we're all wrapped up here.