Closed (fixed)
Project:
Gallery
Version:
6.x-1.x-dev
Component:
Blocks (Image-/Grid-)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 13:45 UTC
Updated:
19 Mar 2008 at 19:21 UTC
If the grid image block 'Image data' checkboxes are all blank then all the image data is displayed. It looks like setting $params['show'] = ''; in _gallery_block_image_block no longer stops the data being displayed. Maybe a G2.3SVN bug?
Comments
Comment #1
profix898 commentedIt must be
$params['show'] = 'none';to hide all labels. The parameter defaults to 'title|date|views' (or at least sth. similar) now AFAIK.Comment #2
profix898 commentedFixed with latest commit.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.