W tym samym bicie masz ten kod i usuń, co dusza pragnie:
<ul class='post_controls'>
<if test="reportPm:|$this->settings['disable_reportpost'] != 1) and ( $this->memberData['member_id'] )">
<li class='report'>
<a href='{parse url="app=core&module=reports&rcom=messages&topicID={$this->request['topicID']}&st={$this->request['st']}&msg={$msg['msg_id']}" base="public"}'>{parse replacement="report_post_icon"} {$this->lang->words['pc_report']}</a>
</li>
</if>
<if test="quickReply:|:$topic['_canReply']">
<li>
<a href="{parse url="module=messaging§ion=send&do=replyForm&topicID={$topic['mt_id']}&msgID={$msg['msg_id']}" base="publicWithApp"}" title="{$this->lang->words['tt_reply_to_post']}">{parse replacement="reply_post_icon"} {$this->lang->words['pc_reply']}</a>
</li>
</if>
<if test="canEdit:|:$msg['_canEdit'] === TRUE">
<li class='post_edit' id='edit_post_{$msg['msg_id']}'>
<a href='{parse url="module=messaging§ion=send&do=editMessage&topicID={$topic['mt_id']}&msgID={$msg['msg_id']}" base="publicWithApp"}' title='{$this->lang->words['edit_this_post']}'>{parse replacement="edit_post_icon"} {$this->lang->words['pc_edit']}</a>
</li>
</if>
<if test="canDelete:|:$msg['_canDelete'] === TRUE && $msg['msg_is_first_post'] != 1">
<li class='post_del' id='del_post_{$msg['msg_id']}'>
<a href='{parse url="module=messaging§ion=send&do=deleteReply&topicID={$topic['mt_id']}&msgID={$msg['msg_id']}&authKey={$this->member->form_hash}" base="publicWithApp"}' title='{$this->lang->words['delete_this_post']}' class='delete_post'>{parse replacement="delete_post_icon"} {$this->lang->words['pc_delete']}</a>
</li>
</if>
</ul>
Minimalna znajomość HTML wskazana.