Идём в postbit_legacy
Меняем всё с <vb:if condition="$show['postedited']">
до {vb:raw template_hook.postbit_signature_start}
Код:
<vb:if condition="$show['postedited']">
<!-- edit note -->
<blockquote class="postcontent lastedited" style="
overflow: hidden;
background: #18191d;
border: 1px dashed #313131;
-webkit-border-radius: 7px; -moz-border-radius: 7px;
border-radius: 7px;
padding: 10px;
width: 281px;
">
<div style="float: left; width: 32px">
<div style="background: url('../images/edit_add.png'); width: 32px; height: 32px"></div>
</div>
<vb:if condition="$show['postedithistory']">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post['edit_reason']">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
Картинка
Скрин