4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: enddes on May 06, 2008, 05:15:50 PM

Title: Taking out EXIF Info from picture page
Post 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
Title: Re: Taking out EXIF Info from picture page
Post by: enddes on May 06, 2008, 05:21:40 PM
Never mind - just figured it out
Title: Re: Taking out EXIF Info from picture page
Post by: adamasonyx on July 20, 2009, 01:07:44 AM
how did you do it?
Title: Re: Taking out EXIF Info from picture page
Post by: steelsheen on July 20, 2009, 04:16:15 PM
Please, Do Tell. I would also like to remove this.
Title: Re: Taking out EXIF Info from picture page
Post by: Nicky on July 20, 2009, 04:26:05 PM
hello and welcome to the 4images forum

open templates/default/details.html

remove following

Code: [Select]
{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}  
Title: Re: Taking out EXIF Info from picture page
Post by: steelsheen on July 20, 2009, 04:35:04 PM
Thanks, Nicky

I was just about to add the solution (found it :) ) I actually had to remove from the template I am using