*Với VBB 3:
Vào Admincp => template manager => Chọn skin cần sửa chọn edit => Postbit template=> post bit(postbit_legacy)
Tìm code sau:
Thêm vào bên dưới
Với VBB 4.x :
Vào Style chọn đến Postbit(Postbit_legacy) và tìm đến
Thêm vào trên đó:
Vào Admincp => template manager => Chọn skin cần sửa chọn edit => Postbit template=> post bit(postbit_legacy)
Tìm code sau:
PHP:
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
Thêm vào bên dưới
PHP:
<if condition="$post['title']"><p align="center"><b><font face="Arial" color="#FF0000" style="font-size: 16pt">$post[title]</font></b></p></if>
Với VBB 4.x :
Vào Style chọn đến Postbit(Postbit_legacy) và tìm đến
Code:
{vb:raw post.message}
Thêm vào trên đó:
PHP:
<vb:if condition="$post[postcount] == 1">
<center> <font color=red size=4><b>
{vb:raw post.title} </font></b>
</center>
</vb:if>