ID toppic

Làm thế nào để có thể hiển thị ID toppic như thế này mấy bác? hàm ID là hàm nào vậy nhỉ?
demo:
http://thanhhoaonline.net/

cats.jpg
 
Đề thêm id topic, bạn thêm hàm:

Mã:
{$thread.thread_id}

Chỉnh sửa lại giao diện theo ý muốn nhé!
 
  • Like
Reactions: THB
vào thread_list_item
tìm
Mã:
<div class="listBlock stats pairsJustified" title="{xen:phrase members_who_liked_first_message}

thêm trước đó
Mã:
  <div class="idtopic">
  {$thread.thread_id}
  </div>

thêm css .idtopic vào
 
Back
Top