PDA

View Full Version : titles above thumbs


jgense
13th of February 2003 (Thu), 13:31
Or maybe some one can tell me how
to get the filename above the thumbs?

Thanks again!

Jeroen Gense
The Netherlands

dohara
14th of February 2003 (Fri), 16:27
This would be a very nice option, hopefully someone that knows PHP can share how to do this!

Dennis

Pekka
15th of February 2003 (Sat), 06:09
To have filenames above thumbs means you should use a modified output/x_per_row.php where you would use variable

$filename (in 1.3RC)
or
$all["ee_photo_filename"] (in 1.22)

and print filename into html code with print statement. The way how html works prevents having filenames with thumbs.php, you need to have a table to make things align, that's why x_per_row.php is used.

dohara
15th of February 2003 (Sat), 08:51
Thanks Pekka,

In non-PHP programmer language, what and where exactly would you type the "$filename" into the x_per_row.php file and also the print statement.

Sorry, but I'm a PHP illiterate.

Thanks, and keep up the great work.
Dennis