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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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?