4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: enddes on May 06, 2008, 05:15:50 PM
-
Hi,
Currently when looking at a photo
This information comes up
My question is how to get rid of it? Or have it not posting this info
EXIF Info
Make: Canon
Model: Canon EOS DIGITAL REBEL
Exposure time: 1/60
Aperture value: F/4
ISO speed: 400
Date created: 04.08.2007 21:29:21
Focal length: 75mm
-
Never mind - just figured it out
-
how did you do it?
-
Please, Do Tell. I would also like to remove this.
-
hello and welcome to the 4images forum
open templates/default/details.html
remove following
{if exif_info}
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="bordercolor">
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
<td class="head1" valign="top" colspan="2">EXIF Info</td>
</tr>
{exif_info}
</table>
</td>
</tr>
</table>
{endif exif_info}
-
Thanks, Nicky
I was just about to add the solution (found it :) ) I actually had to remove from the template I am using