30.01.2014, 14:56
Ich versuche gerade verzweifelt den Abstand zwischen den Beiträgen in einem Thread zu verkleinern bzw. ganz zu entfernen. soweit ich mich im Mybb-Wiki schlau gemacht habe finde ich den Code dazu in der "postbit" bzw. "postbit_classic".
Meine Aktuelle postbit_classic-Datei sieht aktuell so aus:
Als Attachment habe ich euch ein Bild angehängt welchen abstand ich meine, Ich hoffe ihr Versteht was ich meine.
Meine Aktuelle postbit_classic-Datei sieht aktuell so aus:
PHP-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} cell-nopadding">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="thead cell-padding">
<span class="smalltext">
{$post['postdate']}, {$post['posttime']}<span class="float_right">{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a></span>
</span>
</div>
<!--Postbit author column-->
<div class="postbit_author">
{$post['profilelink']} {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
</span>
</div>
<!--Postbit author column-->
<!--Postbit post content-->
<div class="postbit_content post_body">
<table width="100%">
<tr><td class="cell-nopadding"><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong>{$post['posturl']}</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']}">
{$post['editedmsg']}
</div>
</td> </tr>
</table>
</div>
<!--Postbit post content-->
<!--postbit buttons-->
<div class="postbit_bottom {$altbg} {$unapproved_shade}">
<div class="inline-block">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['iplogged']}
</div>
<div class="inline-block float_right">
{$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']}
</div>
<br />
</div>
<!--postbit buttons-->
</td>
</tr>
</table>
<br />
Als Attachment habe ich euch ein Bild angehängt welchen abstand ich meine, Ich hoffe ihr Versteht was ich meine.