Hello,

I am using latest Drupal 6.16 and RC3 of Gallery Api.

I created an node type called Gallery and added an ImageField to it. I added one node of that type and added 4 photos to the ImageField.

I enabled the Gallery API module, "CCK Image Field Input Method" and "Djembe Gallery Output Method".

I created a Gallery API preset that has CCK Image Field as input method and Djembe gallery as output method.

I also have two ImageCache presets: "thumb" and "slide", which I specify in the Djembe configuration.

Then I went to the "Display fields" on my content type and selected my Gallery API preset for the ImageField.

The result is that when I view the node, NO images are displayed. If I change the display to plain image or use some of the ImageCache presets diretcly, they show up. When I switch to the Gallery API preset, nothing is displayed.

I checked the HTML output of the page and noticed that no code is generated at all for the images.

Am I doing something wrong?

Thanks!

Comments

kirilius’s picture

Status: Active » Closed (fixed)

Strange... I disabled and re-enabled all output methods and everything seems to be in place now.

taldy’s picture

For example, such problem could happen because of cache system. Perhaps you have cleared cache and everything works correctly now.

kirilius’s picture

May be. Initially I would enable only the output method I was testing (I did not want any unused JS libraries loaded). It didn't work that way. A few hours later I enabled all output mehtods and they all started working ;-)