Author Topic: EXIF infos wegmachen  (Read 5912 times)

0 Members and 1 Guest are viewing this topic.

Offline ^quit

  • Newbie
  • *
  • Posts: 20
    • View Profile
EXIF infos wegmachen
« on: August 11, 2007, 03:47:05 PM »
Hi,
ich habe zwar gesucht, aber leider nur Hinweise zum erweitern der EXIF informationen gefunden.

Wie kann ich sie aber ganz entfernen?

mfg
^quit

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: EXIF infos wegmachen
« Reply #1 on: August 11, 2007, 04:45:21 PM »
template details.html

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 ^quit

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: EXIF infos wegmachen
« Reply #2 on: August 11, 2007, 05:18:54 PM »
thx a lot :)

Offline Timbert

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: EXIF infos wegmachen
« Reply #3 on: April 20, 2008, 12:09:06 PM »
Hallo, habe es auch so nach der Beschreibung gemacht, nun wir aber das header logo nichtmehr angezeigt. wo liegt da das Problem?

Offline Timbert

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: EXIF infos wegmachen
« Reply #4 on: April 21, 2008, 11:20:30 PM »
EDIT:

Hab den Fehler gefunden und behoben -.-' War ein dummer Fehler, habe ausversehen den Verweis auf das Headerlogo oben umgeändert in ein Verzeichnis auf meiner Festplatte, hab das alles wieder geändert  :wink:

Danke für die Hilfe trotzdem. Hab nochmal genau nachgeguckt