truonghaovn
Corporal
Bạn tìm template message và thêm vào cuối cùng code sau:
Mã:
<xen:if is="{$post.position} == 0 AND !{$message.conversation_id}">
Banner quảng cáo
</xen:if>
Không nhầm thì cái này chỉ dành cho post đầu tiên của thread. Còn yêu cầu của bạn kia là comment đầu tiên của mỗi page trong thread đó.Bạn tìm template message và thêm vào cuối cùng code sau:
Mã:<xen:if is="{$post.position} == 0 AND !{$message.conversation_id}"> Banner quảng cáo </xen:if>
@dhv49 nếu code của @truonghaovn không được, bạn có thể thử code sau
Mã:
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}">
Content
</xen:if>
dhv49
MasterCorporal
code của @2L.Ohayo chuẩn luôn. Thanks nhiều nhéKhông nhầm thì cái này chỉ dành cho post đầu tiên của thread. Còn yêu cầu của bạn kia là comment đầu tiên của mỗi page trong thread đó.
@dhv49 nếu code của @truonghaovn không được, bạn có thể thử code sau
Mã:<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}"> Content </xen:if>
Hướng dẫn sử dụng
| XenForo 1 | XenForo 2 |
| Translate by PVS | |
| Xenforo là gì? | |
| Xây dựng MXH bằng Xenforo | |


