coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Luk on June 29, 2008, 03:36:07 PM

Title: [Solved]: Delete/hide picture names
Post by: Luk on June 29, 2008, 03:36:07 PM
Hi, i want to delete/hide picture names which are displayed on index page in thumbnails. I do not mean file name and other things which can be set in config.  I managed to hide/delete date in "lastup" and number of views in "topn". But picture names are still displayed and i just do not know where to look for them. Thx
Title: Re: Delete/hide picture names
Post by: Nibbler on June 29, 2008, 04:07:52 PM
Find this line in include/functions.inc.php and comment out or remove it.

$caption .= ($row['title']) ? '<span class="thumb_title">' . $row['title'] . '</span>' : '';
Title: Re: Delete/hide picture names
Post by: Luk on June 29, 2008, 11:15:00 PM
Thx, its exactly what i wanted.