4images Modifications / Modifikationen > Templates & Styles (Requests & Discussions)
Template Photo-Box
(1/1)
Alvin:
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:
Hi!
Sicher warum nicht?
suche in der details.html:
--- Code: --- <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} </td>
<td align="right" class="row2"> {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>
--- End code ---
und füge in ein, unter:
--- Code: ---</b>{endif msg}
--- End code ---
mfg Andi
Alvin:
Vielen Dank!
Hat einwandfrei funktioniert.
Gruß
Alvin
Navigation
[0] Message Index
Go to full version