Сейчас расскажу как сделать постбит, а точнее его оформление на вашем форуме вот таким (смотри аттач или
демо ).

P.S. Постбит вырезал из шаблона Music&Me.
P.S.S. Постбит будет отображаться красиво если у вас светлый скин.
Итак начнем)
-------------------------------------------------------------------------
РЕДАКТИРОВАНИЕ ШАБЛОНА
postbit_legacy
-------------------------------------------------------------------------
1.Ищем:
Код:
<tr valign="top">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Заменяем на:
Код:
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr valign="top">
<td class="alt2" width="175">
<div class="pb_tbg"><div class="pb_tl"><div class="pb_tr"></div></div></div>
<div class="pb_brl"><div class="pb_brr">
--------------------------------------------------------------------------
2.Ищем:
Код:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
Ниже добавляем:
Код:
</div></div>
<div class="pb_mdbg"><div class="pb_mdl"><div class="pb_mdr"></div></div></div>
<div class="pb_brl"><div class="pb_brr">
--------------------------------------------------------------------------
3.Ищем:
Код:
</td>
<if condition="$show['moderated']">
Выше добавляем:
Код:
</div></div>
<div class="pb_btbg"><div class="pb_btl"><div class="pb_btr"></div></div></div>
--------------------------------------------------------------------------
--------------------------------------------------------------------------
РЕДАКТИРОВАНИЕ CSS
--------------------------------------------------------------------------
Код:
.pb_tl{background:url(images/misc/pb_03.gif) no-repeat bottom left;height:9px;}
.pb_tr{background:url(images/misc/pb_07.gif) no-repeat bottom right;height:9px;}
.pb_tbg{background:url(images/misc/pb_05.gif) repeat-x bottom left;height:9px;}
.pb_mdl{background:url(images/misc/pb_14.gif) no-repeat top left;height:59px;}
.pb_mdr{background:url(images/misc/pb_18.gif) no-repeat top right;height:59px;}
.pb_mdbg{background:url(images/misc/pb_16.gif) repeat-x top left;height:59px;}
.pb_btl{background:url(images/misc/pb_20.gif) no-repeat top left;height:9px;}
.pb_btr{background:url(images/misc/pb_24.gif) no-repeat top right;height:9px;}
.pb_btbg{background:url(images/misc/pb_22.gif) repeat-x top left;height:9px;}
.pb_brl{background:url(images/misc/pb_10.gif) repeat-y top left;padding-left:10px;}
.pb_brr{background:url(images/misc/pb_12.gif) repeat-y top right;padding-right:10px;}
--------------------------------------------------------------------------
Залить картинки в images/misc (архив в аттаче)
--------------------------------------------------------------------------
ГОТОВО!