PDA

View Full Version : Help Please... Disable exif & post time


lyleohm
03-08-2007, 09:36 PM
I am using the "simple" template and want to disable the exif and post time. Can anyone please tell me how to do this?

Thanks in advance for any help.

lyleohm
03-08-2007, 10:18 PM
Ok... I've found the option to remove the post time. I saw a post on this Forum that suggested v1.5 would have an option to disable exif data. I can't find this..?

Trauko
03-09-2007, 12:09 AM
Edit image_template.html in templates/simple

After line 45 you have the following text:

<td id="image-exif">
<EXIF_CAMERA_MODEL><br />
<EXIF_EXPOSURE_TIME><br />
<EXIF_APERTURE><br />
<EXIF_FLASH><br />
</td>


You must erase the line that you wish to disappear using a plain text editor. (ej. notepad)

lyleohm
03-09-2007, 05:11 AM
Thanks!!!