Author Topic: Taking out EXIF Info from picture page  (Read 5301 times)

0 Members and 1 Guest are viewing this topic.

Offline enddes

  • Pre-Newbie
  • Posts: 9
    • View Profile
Taking out EXIF Info from picture page
« 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

Offline enddes

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Taking out EXIF Info from picture page
« Reply #1 on: May 06, 2008, 05:21:40 PM »
Never mind - just figured it out

Offline adamasonyx

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: Taking out EXIF Info from picture page
« Reply #2 on: July 20, 2009, 01:07:44 AM »
how did you do it?

Offline steelsheen

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Taking out EXIF Info from picture page
« Reply #3 on: July 20, 2009, 04:16:15 PM »
Please, Do Tell. I would also like to remove this.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Taking out EXIF Info from picture page
« Reply #4 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}  
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline steelsheen

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Taking out EXIF Info from picture page
« Reply #5 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