ich habe den attachment mod installiert und die viewtopic_body.tpl schon so abgeändert, das das attachment vor der signatur angezeigt wird, da ich das für sinnvoller hallte.
mien problem ist, das ich das bei der vorschau nicht hinbekomme.
kann mir da einer helfen?
hier die posting_preview.tpl
Code: Alles auswählen
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<th height="25" class="thHead">{L_PREVIEW}</th>
</tr>
<tr>
<td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td>
</tr>
<tr>
<td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<span class="postbody">{MESSAGE}</span>
<!-- BEGIN postrow -->
{ATTACHMENTS}
<!-- END postrow -->
</td>
</tr>
</table></td>
</tr>
<tr>
<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" /></td>
</tr>
</table>
<br clear="all" />