I think you are moving the said code above this one:
// Show the post itself, finally!
echo '
<div class="inner" id="msg_', $message['id'], '"', $ignoring ? ' style="display:none;"' : '', '>', $message['body'], '</div>';
As such, you need to rectify this css:
.quickbuttons:after
By changing it to:
.inner:after
For poster info to be displayed in old "SMF" display profile style, last time I check, it involves the Generic template. I have to check again for it.