Remove / Hide Views: & By: information

garywallis

Joined: 2013-01-08
Posts: 5
Posted: Tue, 2013-01-08 22:18

I want to remove / hide the "views" and "By" information from the thumbnails from all albums and sub albums. I have trawled the forums for help on this but most of the information on how to achieve this is very old and does not seem to be relevant to my installation of Gallery3. Perhaps I am looking in the wrong place? Any help would be appreciated. The theme I am using is Dark Canvas Wide.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2013-01-09 01:12

Try to disabled "info" module

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
punctuation

Joined: 2012-12-11
Posts: 37
Posted: Wed, 2013-01-09 01:46

/themes/clean_canvas/views/album.html.php

delete:

    <ul class="g-metadata">
      <?= $theme->thumb_info($child) ?>
    </ul>

will remove "views" and "by" from albums and photos

 
garywallis

Joined: 2013-01-08
Posts: 5
Posted: Wed, 2013-01-09 09:22

Thanks both for your help. I disabled the "info" module which had been included by default when I first installed Gallery. I had completely overlooked this when looking for a solution. Thanks again!