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