How to prevent description of image to appear on album ? How to prevent description of image to appear on album ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to prevent description of image to appear on album ?

Started by ranger2006, June 28, 2006, 05:21:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ranger2006

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


ranger2006

I dont find nothing that prevents the description of the image from appearing on the thumbnail album.

Stramm

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>' : '';