• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn thêm tiêu đề cho bài viết đầu tiên mọi phiên bản

Admin

Well-Known Member
Staff member
Administrator
*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:
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>
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top