Demo
Edit Templates Postbit hoặc Postbit_legacy
Tìm:
Thêm code này vào sau:
Edit Templates Postbit hoặc Postbit_legacy
Tìm:
PHP:
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
PHP:
<if condition="$show['reportlink']">
<a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img src="$stylevar[imgdir_button]/report-postbit.gif" alt="$vbphrase[report_bad_post]" border="0" /></a>
</if>