Author Topic: details.php im iceberg Template macht Probleme  (Read 7571 times)

0 Members and 1 Guest are viewing this topic.

Offline Westend

  • Pre-Newbie
  • Posts: 4
    • View Profile
details.php im iceberg Template macht Probleme
« on: April 08, 2009, 08:52:55 AM »
Ich habe ein Problem mit der details.php im iceberg Template. Die IPTC Informationen und alles was darunter steht werden nach links gezogen. Kenne mich leider im PHP Code zu wenig aus um das Problem zu finden. Ich habe ein Screenshot als Attachment angehängt. Den Code kann ich auf Wunsch auch gerne posten.

Danke für eure Hilfe

Guido
« Last Edit: April 08, 2009, 03:30:01 PM by KurtW »

Offline Westend

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: details.php im iceberg Template macht Probleme
« Reply #1 on: April 09, 2009, 09:53:18 AM »
THX für die Antwort. Die Seite lautet www.tough-club.ch

Grüsse aus der Schweiz

Guido

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: details.php im iceberg Template macht Probleme
« Reply #2 on: April 09, 2009, 01:14:36 PM »
details.html
Code: [Select]
<br />
<div class="caption"><h3></h3><p>IPTC Information</p></div>

<div class="contentbox">

<tr>
  <td valign="top" class="row1"><b>Objektbeschreibung:</b></td>
  <td valign="top" class="row1">OLYMPUS DIGITAL CAMERA</td>
</tr>                 
</div>
<div class="contentbottom"><span><img src="./templates/default/images/contentbottom.right.gif" alt="" /></span><p><img src="./templates/default/images/contentbottom.left.gif" alt="" /></p></div>

sollte so aussehen:

Code: [Select]

<div class="caption"><h3></h3><p>IPTC Information</p></div>

<div class="contentbox">

<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
  <td valign="top" class="row1"><b>Objektbeschreibung:</b></td>
  <td valign="top" class="row1">OLYMPUS DIGITAL CAMERA</td>
</tr>   
<table>

</div>
<div class="contentbottom"><span><img src="./templates/default/images/contentbottom.right.gif" alt="" /></span><p><img src="./templates/default/images/contentbottom.left.gif" alt="" /></p></div>


Kurz: Tabelle auf, tabele zu
table-Tag fehlt
dann gehts auch

mach folgendes:

details.html > packen, zip/rar/ace
anhängen, wir gucken nach und ändern!

Das würde bedeuten, wenn du nichts geändert hast, das das bei jedem dieser Templates zu trifft!

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: details.php im iceberg Template macht Probleme
« Reply #3 on: April 09, 2009, 02:01:06 PM »
hi all,

ich mische mich kurz ein,

in der details.html muss dieser eintrag vorhanden sein:
Code: [Select]
{if exif_info}
<br />

<div class="caption"><h3></h3><p>EXIF Information</p></div>

<div class="contentbox">

{exif_info}
                 
</div>
<div class="contentbottom"><span><img src="{template_url}/images/contentbottom.right.gif" alt="" /></span><p><img src="{template_url}/images/contentbottom.left.gif" alt="" /></p></div>

{endif exif_info}

template exif_bit.html muss so aussehen

Code: [Select]
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
  <td valign="top" class="row{row_bg_number}" width="200"><b>{exif_name}</b></td>
  <td valign="top" class="row{row_bg_number}">{exif_value}</td>
</tr>
</table>


EDIT

neee, das passt alles bei ihm....
hab gerade sein foto runtergeladen, bei mir sieht es auch so... mit unveränderten Iceberg template
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 honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: details.php im iceberg Template macht Probleme
« Reply #4 on: April 09, 2009, 07:59:23 PM »
Ich hab das Template gefunden und runtergeladen, die iptc_bit.html wars!


Offline Westend

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: details.php im iceberg Template macht Probleme
« Reply #5 on: April 14, 2009, 08:35:06 AM »
Liebe 4images Profis, lieber Honda2000

Sorry das ich mich erst jetzt bei euch melde, aber über Ostern waren wir in den schönen schweizer Bergen. Besten Dank für eure Hilfe. Das Problem lag an der iptc_bit.html Datei. Obwohl ich an der Datei keine Veränderungen vornahm?? Na egal, das Problem ist Dank euch allen gelöst worden.

Noch einmal vielen Dank für die schnelle und kompetente Hilfe von Allen

Grüsse aus der Schweiz

Westend

Offline Jasi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: details.php im iceberg Template macht Probleme
« Reply #6 on: April 14, 2009, 11:58:10 AM »
@ Westend
@ All

Also ich nutze auch das Iceberg Template und hatte eigentlich dieses Problem nicht!

Ein Beispiel hier:
http://www.modkon-germany.de/modelgalerie/details.php?image_id=191

Home/Startseite unter:
http://www.modkon-germany.de/modelgalerie/index.php
« Last Edit: April 14, 2009, 12:14:53 PM by Jasi »
LG Jasi