changing the title in the thumbnail file view changing the title in the thumbnail file view
 

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

changing the title in the thumbnail file view

Started by dreams83, April 24, 2007, 01:42:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dreams83

Where do i go to change how the thumbnail are being display? For example I want to change the title when you put the cursor over a thumbnail. Like the image below. I tried looking for it in the thumbnail.php, displayimage.php and the theme.inc.php but could find a hint of where I can edit it.

I want the title to display other stuff other then the filename, filesize and dimension. But don't know where to edit so if you guys can point me in the right direction that would be great

thank you

Nibbler

Take a look at the display_thumbnails() function in include/functions.inc.php

dreams83