Hi! Thanks for a great script and thanks for all people who are helping us here. I have 2 questions 1_ itīs possible to remove "Show details" information about the camera? ... I have no need of that. 1_ Caption the place where to write information about picture. It is possible to use line break <br> and Fet style?
I don't understand your second question, but this is how I removed the EXIF information from my gallery.
Remove the following code from picture.php in the folder that contains the theme you are using:
<div id="exif-data-container"> <?php echo generate_exif_table(plogger_get_picture_id()); ?> </div><!-- /exif-data-container --> If you might want to restore it later, you can comment it out instead.
To answer your second question, it depends on which Plogger version you are running. The 1.0b3 release stripped out html tags or changed them to ascii characters, so it would not render correctly. We have changed this for the next release and can be seen in the SVN r-594 version.
Thank you Phpnpvice and sidtheduck for your help The plogger version that I am running is Trunk 550. Well I am going to install trunk-r594 to test it . It was hard to find where to download the latest version.