coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: ranger2006 on June 28, 2006, 05:21:52 PM

Title: How to prevent description of image to appear on album ?
Post by: ranger2006 on June 28, 2006, 05:21:52 PM
How do I prevent the description of the image from appearing on the album thumbnails?

For ex: http://www.tamilbullets.com/gallery/thumbnails.php?album=7

You see there is the title name and the description. I want to prevent it from appearing. Please help.  ???
Title: Re: How to prevent description of image to appear on album ?
Post by: Stramm on June 28, 2006, 05:33:07 PM
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_thumbnail_view
Title: Re: How to prevent description of image to appear on album ?
Post by: ranger2006 on June 28, 2006, 08:27:24 PM
I dont find nothing that prevents the description of the image from appearing on the thumbnail album.
Title: Re: How to prevent description of image to appear on album ?
Post by: Stramm on June 28, 2006, 08:33:22 PM
you mean the title I guess

you'll need to edit funtions.inc.php (I haven't tested this)
find and delete
        $caption .= ($row['title']) ? '<span class="thumb_title">' . $row['title'] . '</span>' : '';