Gallery list does not appear at all in 2.0 dev 04.11.

function template_preprocess_gallery_cover_view(&$vars)

but you are calling
$items[] = theme('gallery_cover', $gallery);

I have changed to
$items[] = theme('gallery_cover_view', $gallery);

and it works.

would not it be better to change to template_preprocess_gallery_cover(&$vars) ?

CommentFileSizeAuthor
#3 list_page.patch539 bytesdbeall
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vb’s picture

thumbnale modes in landing page seem not working.

dddave’s picture

Status: Active » Closed (duplicate)

Guess this is a duplicate. Hope this fix works though.

#609150: How to enable "My galleries" on the navigation menu?

dbeall’s picture

Status: Closed (duplicate) » Needs review
FileSize
539 bytes

Not trying to step on your toes dddave.. Just keeping things organized..
This does not fix the My Galleries menu issue, but it does fix the list page.
I changed the status since this is a different issue from #609150: How to enable "My galleries" on the navigation menu?

@vb, Agree, this works just fine. I used original post and generated a patch.

kmonty’s picture

Status: Needs review » Fixed

Committed. Thanks for the catch!

dbeall’s picture

@vb

thumbnale modes in landing page seem not working.

I have checked this with the latest November 4th dev and it is working on my test install.
unless I am not checking the same things you are..

dddave’s picture

@dbeall

No problem here since I was only guessing. ;)

Glad the OP found something useful.

Status: Fixed » Closed (fixed)

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