Gallery Landing Page Setting
( )Thumbnails --works as expected
(x)Cover ---does not show any image, shows link(Continue to the Next Photo)
( )Thumbnails that open a Lightbox2 Gallery --works as expected

ImageCache is not creating node-gallery-cover directory or the cover image upon visiting the gallery landing page.

visit landing page, cover image is not displayed.
I went to ImageCache list, click 'edit' next to cover- the directory(node-gallery-cover) is now created upon clicking edit.
visit gallery, still no cover image is generated, and cover image is not generated into the ImageCache directory(node-gallery-cover)

CommentFileSizeAuthor
#2 gallery_landing_page_html.txt8.03 KBdbeall
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kmonty’s picture

Status: Active » Postponed (maintainer needs more info)

What does you html output look like? I am not having this issue.

It could be a permissions issue in your files directory.

dbeall’s picture

I removed all access modules, uninstall and set directories all permissions allowed.. clear cache, run cron.
still no image.. I am testing with wamp, thinking I need to test with another setup...

dbeall’s picture

maybe I patched something wrong...

dbeall’s picture

on image node I see
class="imagecache imagecache-node-gallery-display" />

on cover i see
class="imagecache imagecache-" />

dbeall’s picture

downloaded the latest dev today(did not apply any patches), installed in xamp and I get the same result

kmonty’s picture

Status: Postponed (maintainer needs more info) » Fixed

Found the bug and committed a fix

dbeall’s picture

I glad someone found this besides me.. Thought I was just being a total noob and missed something easy.
I searched through everything and tried some stuff.(user is a php dummy)
-node_gallery.module, @@331
$output .= l(theme('image_view', $config->gallery['image'], $cover),
-I tried ($cover_image) and every different variation I could think of in that file.. I gave up.
--and node_gallery.admin.inc @@249 gallery teaser image display, and @@277 gallery landing page

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.