Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Alternate text for intermediate image  (Read 3111 times)

0 Members and 1 Guest are viewing this topic.

flasyn

  • Contributor
  • Coppermine newbie
  • ***
  • Country: de
  • Offline Offline
  • Posts: 19
    • dokufoto.de
Alternate text for intermediate image
« on: May 29, 2005, 10:39:49 pm »

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
« Last Edit: September 25, 2005, 12:11:03 pm by GauGau »
Logged

quick5pnt0

  • Coppermine newbie
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 4
    • RCNewz.com
Re: Alternate text for intermediate image
« Reply #1 on: September 25, 2005, 08:04:52 am »

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
Code: [Select]
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" border=\"0\" alt=\"{$lang_display_image_php['view_fs']}\" /><br />";
To this
 
Code: [Select]
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" border=\"0\" alt=\"{$CURRENT_PIC_DATA['caption']}\" /><br />";
« Last Edit: September 25, 2005, 08:11:24 am by quick5pnt0 »
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 16 queries.