Đăng nhập vào Xenforo ==> Templates ==> Tìm Forum_view
Dán đoạn code sau vào đầu trang, hoặc muốn hiển thị ở đâu thì dán vào chỗ đấy.
Dán đoạn code sau vào đầu trang, hoặc muốn hiển thị ở đâu thì dán vào chỗ đấy.
Mã:
<!-- Hiển thị Prefix -->
<xf:if is="$forum.prefix_cache">
<div class="prefix-block-container">
<div class="block-row block-row--minor">
<a href="{{ link('forums', $forum, {'page': $page}) }}" class="labelLink">
<span class="label label--primary">{{ phrase('show_all') }}</span>
</a>
<xf:foreach loop="$forum.prefix_cache" value="$PrefixId">
<a class="labelLink" href="?prefix_id={$PrefixId}">
{{ prefix('thread', $PrefixId, 'html', '') }}
</a>
</xf:foreach>
</div>
</div>
</xf:if>
<!-- End Hiển thị Prefix -->
Bài viết liên quan