Removed text for under thumbs
tcjay
Joined: 2003-02-10
Posts: 42 |
Posted: Thu, 2005-09-29 12:29 |
I have successfully removed the counter/"contains/ # of images from under each thumb nail in the galleries but the information remains in the main gallery listing showing the sub-albums. How do I go about removing this? Gallery URL http://www.tillitomas.com/modules/gallery/ |
|
Posts: 42
Commenting out a couple line in the album.php file remove the
Changed: Sep 29, 2005
Contains: 5 items.
in the main directory.
<?php
//echo sprintf(_("Last changed on %s."), $gallery->album->getLastModificationDate() );
$visibleItems=array_sum($gallery->album->numVisibleItems($gallery->user));
echo " "; // Need a space between these two text blocks
//echo pluralize_n2(ngettext("This album contains 1 item.", "This album contains %d items.", $visibleItems), $visibleItems);
if (!($gallery->album->fields["display_clicks"] == "no") && !$gallery->session->offline) {
?>
The text remains for the sub-albums. Any suggestions?
Posts: 42
Gallery URL http://www.tillitomas.com/modules/gallery/
Gallery version:1.5
Apache/1.3.33
PHP version 4.4.0
I am trying to place the album description under the album image. I am not sure how to go about doing this? I am using the matrix theme.