[Solved]: Delete/hide picture names [Solved]: Delete/hide picture names
 

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

[Solved]: Delete/hide picture names

Started by Luk, June 29, 2008, 03:36:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Luk

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

Nibbler

Find this line in include/functions.inc.php and comment out or remove it.

$caption .= ($row['title']) ? '<span class="thumb_title">' . $row['title'] . '</span>' : '';

Luk