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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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