29.10.2013, 06:25
Hier ist erstmal der Link zum Forum und zum Thread, in dem ich getesten hab:
http://tdw.bplaced.net/forum/showthread....d=19#pid19
im postbit_author_guest siehts im Moment so aus:
Und davon wird nichts übernommen..
Das ist meine Postbit:
http://tdw.bplaced.net/forum/showthread....d=19#pid19
im postbit_author_guest siehts im Moment so aus:
Code:
<img class="border1px" src="{$post['avatar']}" alt="" {$avatar_width_height} />
testtest
Das ist meine Postbit:
Code:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="208" valign="top" style="text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<span class="largetext">{$post['profilelink']}</span><br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
<if $post['userpage'] == 'Ja' then><a href="member.php?action=profile&uid={$post['uid']}&area=userpage" target="_blank"></if>{$post['useravatar']}<if $post['userpage'] == 'Ja' then></a></if><br />
<div style="text-align:left;padding:0 4px;">
<if $post['fid4'] then><b>Gespielt von:</b> {$post['fid4']}<br /></if>
<if $post['fid1'] then><b>Rudelstand:</b> {$post['fid1']}<br /></if>
<if $post['fid2'] then><b>Alter:</b> {$post['fid2']}<br /></if>
<if $post['fid5'] then><b>Schulterhöhe:</b> {$post['fid5']}<br /></if>
<if $post['fid6'] then><b>Augenfarbe:</b> {$post['fid6']}<br /></if>
<if $post['fid7'] then><b>Besonderes:</b> {$post['fid7']}<br /></if>
<if $post['fid9'] then><b>Gefährte/in:</b> {$post['fid9']}<br /></if>
<if $post['fid8'] then><b>Welpen:</b> {$post['fid8']}<br /></if>
<if $post['userpage'] == 'Ja' then> <a href="member.php?action=profile&uid={$post['uid']}&area=userpage" target="_blank">Zum Steckbrief</a><br /></if>
</div>
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
<!--post['iplogged']-->
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><span class="smalltext">{$post['onlinestatus']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}<!-- post['button_report']--><!-- post['button_warn']-->{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</tr>
</table>
</td>
</tr>
</table>