View Full Version : Image File Name display
dohara
21st of April 2003 (Mon), 21:47
Hello,
Is there a way now, or with the future upgrade to have the image file name displayed so that the image can be referenced without regard to the caption?
Great program Pekka, keep up the fine work,
Dennis
Pekka
25th of April 2003 (Fri), 15:19
I'm not sure if I understand the request, sorry. Can you please say it in other words, thanks.
dohara
25th of April 2003 (Fri), 16:22
Sorry for my poor grammer.
Is there a way to have the file name (i.e. image.jpg) pulled out of the database and displayed on the photo page? I would like to have it displayed below, or next to the caption, so that it is easy to reference.
When someone e-mails me a picture order, sometimes the caption may not trigger my memory, but, if they can reference the file name, than I know for sure we are talking about the same image.
Thanks,
Dennis
Pekka
25th of April 2003 (Fri), 17:44
The filename in in photo.php under variable $file which means you can place it anywhere on page by using print command like
print $file;
In list.php the filename is in array item $all_array[$y][14] and it should be inserted into output codes like x_column_detail_list.php under for loop adding up the $y. But to integrate this fully you'd need to add one more table column and that is a bit more complicated task.
dohara
25th of April 2003 (Fri), 18:31
Thanks Pekka,
That's what I was looking for.
Dennis
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.