I'm not sure if this post belongs here or in the miscellaneous section, but here is my question: is it possible to hide the fields Filename, File size and Dimensions when showing information?
Thanks.
displayimage.php. Find the lines you don't like and comment them out.
$info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);
//$info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);
Thank you, just what I was looking for.