News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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