Author Topic: Template Photo-Box  (Read 5702 times)

0 Members and 1 Guest are viewing this topic.

Offline Alvin

  • Newbie
  • *
  • Posts: 17
    • View Profile
Template Photo-Box
« on: April 21, 2014, 06:37:58 PM »
Hallo,

ist es möglich in dem Template Photo-Box die Button für das nächste und vorherige Bild,
über das Bild zu platzieren?

http://www.petersburch.de/dart-kit/4images/details.php?image_id=163

Gruß
Alvin

Rembrandt

  • Guest
Re: Template Photo-Box
« Reply #1 on: April 21, 2014, 06:44:25 PM »
Hi!

Sicher warum nicht?
suche in der details.html:
Code: [Select]
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">

                    <tr>

                      <td>

                        <table width="100%" border="0" cellspacing="0" cellpadding="3">

                          <tr valign="top">

                            <td class="row2"> {if prev_image_name}{lang_prev_image}<br />

                              <b><a href="{prev_image_url}">{prev_image_name}</a></b>

                              <!-- <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->

                              {endif prev_image_name}&nbsp;</td>

                            <td align="right" class="row2"> &nbsp;{if next_image_name}{lang_next_image}<br />

                              <b><a href="{next_image_url}">{next_image_name}</a></b>

                              <!-- <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->

                              {endif next_image_name}</td>

                          </tr>

                        </table>

                      </td>

                    </tr>

                  </table>

und füge in ein, unter:
Code: [Select]
</b>{endif msg}

mfg Andi

Offline Alvin

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Template Photo-Box
« Reply #2 on: April 21, 2014, 06:56:28 PM »
Vielen Dank!
Hat einwandfrei funktioniert.

Gruß
Alvin