<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
.....
</xf:contentcheck>
</div>
</xf:if>
Bác ơi, em muốn ẩn cái link ở "Forum software by XenForo™ © 2010-2018 XenForo Ltd." chứ không phải cái ấy ạTìm template PAGE_ CONTAINER, sau đó tìm đoạn code
Sửa cái đoạn 3 chấm đó thành cái gì đó mà bạn muốn, adult chẳng hạnPHP:<xf:if contentcheck="true"> <div class="p-footer-copyright"> <xf:contentcheck> ..... </xf:contentcheck> </div> </xf:if>
![]()
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
<xf:copyright />
{{ phrase('extra_copyright') }}
Cái tội ko làm theo mà cứ lo cãichán bác quá đi. nguyên văn code nó là vậy
Bác bỏ dòng này là xong rồiPHP:<xf:if contentcheck="true"> <div class="p-footer-copyright"> <xf:contentcheck> <xf:copyright /> {{ phrase('extra_copyright') }} </xf:contentcheck> </div> </xf:if>
PHP:<xf:copyright /> {{ phrase('extra_copyright') }}