Author Topic: How i can do this ?  (Read 6108 times)

0 Members and 1 Guest are viewing this topic.

Offline sasuke

  • Newbie
  • *
  • Posts: 32
    • View Profile
How i can do this ?
« on: August 01, 2002, 01:35:01 AM »
:wink:  hi jan

How i can...

put in the "{thumbnail_openwindow}" a title with a description of the image ? do you understand me? wel...

como pongo "{thumbnail_openwindow}" ¿un titulo con la descripcion de la imagen ?

algo asi
<img src="image.jpg" title="{image_description}">

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
How i can do this ?
« Reply #1 on: August 01, 2002, 08:34:12 AM »
Open "includes/functions.php" and change this line:

Code: [Select]
"thumbnail_openwindow" => get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_name'], $mode, $show_link, 1),

with:

Code: [Select]
"thumbnail_openwindow" => get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_description'], $mode, $show_link, 1),

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline sasuke

  • Newbie
  • *
  • Posts: 32
    • View Profile
How i can do this ?
« Reply #2 on: August 01, 2002, 02:47:11 PM »
thanks jan, this is the correct:

Quote
   "thumbnail_openwindow" => get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_description'], $showlink, 1),


THANKS OF COURSE !