PDA

View Full Version : Hướng dẫn sử dụng kết hợp postbit và postbit_legacy



ShineGhost
24-02-14, 06:40 PM
Mô tả: Bài viết ở #1 sẽ là postbit từ # 2 trở đi sẽ là postbit_legacy hoặc ngược lại.

Ở đây mình sẽ hướng dẫn các bạn làm kiểu postbit ở #1 còn bắt đầu từ #2 là postbit_legacy. Các bạn có thể làm tương tự để có postbit_legacy ở #1 và postbit ở #2 trở đi.

Bước 1:

Tắt postbit_legacy và dùng postbit:
Settings ---> Options ---> Styles & Languages Settings tìm Use Legacy (Vertical) Postbit Template chọn No
Bước 2:


Admincp/Styles & Templates/Style Manager/All Style Option/Edit template (chọn "Edit template" skin bạn đang dùng)

Mở template postbit chèn vào trên cùng:

<vb:if condition="$post[postcount] == 1">

Thêm vào cuối <vb:else />

Tiếp đến bạn copy toàn bộ code của postbit_legacy xuống phía dưới. Sau khi thêm vào thêm thẻ </vb:if> ở cuối cùng. Save lại và thưởng thức.

Đơn giản cái code nó là như sau:
Dùng cho postbit:

<vb:if condition="$post[postcount] == 1"> <!-- postbit --> Chép toàn bộ postbit vào đây <!-- / postbit --> <vb:else /> <!-- postbit_legacy --> Chép toàn bộ postbit_gelacy vào đây <!-- / postbit_legacy --> </vb:if>

Dùng cho postbit_legacy:


<vb:if condition="$post[postcount] == 1"> <!-- postbit --> Chép toàn bộ postbit_gelacy vào đây <!-- / postbit --> <vb:else /> <!-- postbit_legacy --> Chép toàn bộ postbit vào đây <!-- / postbit_legacy --> </vb:if>

Chúc các bạn thành công !