Closed (duplicate)
Project:
ImageField Tokens
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2010 at 06:46 UTC
Updated:
16 Nov 2012 at 23:27 UTC
Great Module, but the settings have no affect for my images.. Could it be because I use ImageCache for displaying the images?
Comments
Comment #1
decipheredHi Breakerandi,
Just did a quick test and didn't have any issue with ImageCache support.
Can you give a rundown on what modules you have enabled (including versions), settings for your node type and ImageField, process to reproduce the issue and anything else you can think of that may be helpful?
Cheers,
Deciphered.
Comment #2
Breakerandi commentedNow it works, but only after editing the gallery node twice. I think this is because of Image fupload module, which i use to mutli upload several images to one gallery node. The images are then in imagefields. To display the gallery I use the Gallery API Modul and Djembed Gallery Output Method.
It doesn't work whith Gallery Api, in every case when Gallery Api displays the Images, no title and alt tag is set.
BUT Gallery Api also displays the images with the same imagecache presets as in a normal view, where it works...
So is it now a gallery api issue or what could be the reason?
I got Drupal 6.15, latest Imagfield tokens module, latest imagefied module and latest swfupload and latest gallery api.. no dev, all the suggested versions.
Thank you all a lot..
Comment #3
joshua_m commentedI can confirm that the title and alt attribute only start showing up after the node is edited and then saved. (Even if no changes were made to the node). Unlike #2 I am not using the image_fupload module.
I am using the [title] token in my node type settings. The Imagecache preset in question is used in a View with an overridden template in code, by this line:
print $fields['field_product_image_gallery_fid']->content;Things I've tried
I wonder if there is a workaround which triggers the same results as editing and saving the node. Am not looking forward to doing this for all affected nodes on my site.
Comment #4
13rac1 commentedFeature request exists #428754: Retroactive Update functionality (ala Filefield Paths)