Quote:
Originally Posted by Bernd
check if gallery_postbit template exists. The rest seems to work fine.
|
It seems I do have it under "Gallery Templates"
PHP Code:
<!-- post #$post[postid] -->
<if condition="$show['member']">
<if condition="$show['spacer']">
$spacer_open
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">
<div class="normal">
</div>
</td>
</tr>
</table>
<br />
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="640" align="center">
<tr>
<td class="thead">
</td>
</tr>
<tr>
<td class="alt1" id="td_post_$post[postid]">
<!-- message, attachments, sig -->
<if condition="$show['thumbnailattachment']">
<div style="padding:$stylevar[formspacer]px" align="center">
$gallery_attachment
$post[gallery_attachment]
</div>
</if>
</div>
<!-- / attachments -->
</td>
</tr>
<tr>
<td class="alt2">
$vbphrase[gal_show_pic_size]
</td>
</tr>
</table>
<br /> <br />
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="350" align="center">
<tr>
<td class="tcat" colspan="2">
Informationen
</td>
</tr>
<td class="alt2">
<b>
$vbphrase[gal_posted_by]
</b>
</td>
<td class="alt1" align="right">
$post[musername]
</td>
</tr>
<tr>
<td class="alt2">
<b>
$vbphrase[gal_posted_date]
</b>
</td>
<td class="alt1" align="right">
$post[postdate]
</td>
</tr>
<tr>
<td class="alt2">
<b>
$vbphrase[rating]
</b>
</td>
<td class="alt1" align="right">
<if condition="$thread[rating]">
<img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif">
<else />
</if>
</td>
</tr>
<tr>
<td class="alt2" colspan="2">
<b>
$vbphrase[gal_comments]
</b>
</td>
</tr>
<tr>
<td colspan="2" class="alt1">
$post[message]
</td>
</tr>
</table>
<br />
<hr>
<if condition="$post['editlink']">
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$show['spacer']">
</div>
$spacer_close
</if>
<else />
<if condition="$show['spacer']">
$spacer_open
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
<br /><br />
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="640" align="center">
<tr>
<td class="thead">
Nur f?r Mitglieder!
</td>
</tr>
<tr>
<td class="alt1">
<img src="images/not_registered.jpg">
</td>
</tr>
</table>
<if condition="$show['spacer']">
</div>
$spacer_close
</if>
</if>
<!-- / post #$post[postid] -->
<!-- / post #$post[postid] -->