Author Topic: Bildinformationen ausblenden? Dringend!  (Read 4417 times)

0 Members and 1 Guest are viewing this topic.

Offline kruemelchen1980

  • Newbie
  • *
  • Posts: 10
    • View Profile
Bildinformationen ausblenden? Dringend!
« on: October 27, 2006, 04:31:47 PM »
Wenn ein Bild in der Galerie angeklickt wird, erscheint auch die gesamte Bildinformation sprich Kamera und so weiter.Wie kann ich das ausblenden?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Bildinformationen ausblenden? Dringend!
« Reply #1 on: October 27, 2006, 06:58:46 PM »
dieses aus der details.html rauslöschen
Code: [Select]
                  {if iptc_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">IPTC Info</td>
                          </tr>
                          {iptc_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif iptc_info}
{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 KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Bildinformationen ausblenden? Dringend!
« Reply #2 on: October 27, 2006, 07:00:12 PM »
Hallo nicky

zu schnell für mich :lol:

Gruß
Kurt

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Bildinformationen ausblenden? Dringend!
« Reply #3 on: October 27, 2006, 07:22:28 PM »
Hi Kurt,
sorry.
warte ich nächstes mal bisschen länger ;)
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 kruemelchen1980

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Bildinformationen ausblenden? Dringend!
« Reply #4 on: October 27, 2006, 08:12:40 PM »
vielen lieben dank!


dieses aus der details.html rauslöschen
Code: [Select]
                  {if iptc_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">IPTC Info</td>
                          </tr>
                          {iptc_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif iptc_info}
{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}