Alternate text for intermediate image Alternate text for intermediate image
 

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

Alternate text for intermediate image

Started by flasyn, May 29, 2005, 10:39:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

flasyn

hi!
is there a way to put alternat description into the picture (alt-tag) in the intermediate display of an image?

i got it to work in the thumbnail view modifying the functions.inc.php but can't work it for intermediate display.

thx in advance

quick5pnt0

#1
Anyone know the answer to this, i've been trying to get this to work also.
Thanks in advance

EDIT:
Nevermind i think i figured it out....
Changed this in displayimage.php
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" border=\"0\" alt=\"{$lang_display_image_php['view_fs']}\" /><br />";

To this
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" border=\"0\" alt=\"{$CURRENT_PIC_DATA['caption']}\" /><br />";