How to change image title for thumbnails/displayimage How to change image title for thumbnails/displayimage
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to change image title for thumbnails/displayimage

Started by marecki, January 23, 2009, 10:27:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marecki

I would like to chane image title for thumbs.

thumbnails.php and displayimage.php display thumb like this:
<img src="albums/userpics/thumb_02%7E9.jpg" class="image" width="150" height="100" border="0" alt="02~9.jpg" title="Filename=02~9.jpg
Filesize=191KB
Dimensions=800x532
Date added=Nov 06, 2006"/>


I want to change title="..." to:
Album name
Picture title

Is it possible?