Great Module, but the settings have no affect for my images.. Could it be because I use ImageCache for displaying the images?

Comments

Deciphered’s picture

Assigned: Breakerandi » Unassigned
Status: Active » Postponed (maintainer needs more info)

Hi 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.

Breakerandi’s picture

Now 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..

joshua_m’s picture

I 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

  • Clearing caches (drush cc all)
  • Flushing and rebuilding the imagecache preset (drush icf preset & drush icb preset)

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.

13rac1’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)