coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dreams83 on April 24, 2007, 01:42:56 AM

Title: changing the title in the thumbnail file view
Post by: dreams83 on April 24, 2007, 01:42:56 AM
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
Title: Re: changing the title in the thumbnail file view
Post by: Nibbler on April 24, 2007, 01:57:56 AM
Take a look at the display_thumbnails() function in include/functions.inc.php
Title: Re: changing the title in the thumbnail file view
Post by: dreams83 on April 24, 2007, 02:54:13 AM
got it now thank you.