Chào mừng!

Bằng cách đăng ký với chúng tôi, bạn sẽ có thể thảo luận, chia sẻ và nhắn tin riêng tư với các thành viên khác trong cộng đồng của chúng tôi.

Đăng ký ngay!
  • Chào Khách,
    Bạn cần liên hệ với admin ??? ZALO & TELEGRAM

Hướng Dẫn Thêm nút đăng bài mới khi xem bài viết trên XenForo 1.x & XenForo 2.x

Tham gia
4/2/19
Bài viết
109
Lượt Thích
14
Coins
2,615

Dành Cho XenForo 1 :
Các bạn vào ACP => Template => Thread_view tìm đoạn:
Mã:
</xen:navigation>
Thay lại bằng đoạn
Mã:
</xen:navigation>
<xen:if is="{$canReply}">
<xen:topctrl><a href="{xen:link 'forums/create-thread', $forum}" class="callToAction"><span>{xen:phrase post_new_thread}</span></a></xen:topctrl>
</xen:if>
Dành XenForo 2 :
Các bạn vào ACP => Template => Thread_view tìm đoạn:
Mã:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
Thay bằng đoạn code sau đây:
Mã:
<xf:breadcrumb source="$forum.getBreadcrumbs()" />
<xf:pageaction if="$forum.canCreateThread()">
    <xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write">
        {{ phrase('post_thread') }}
    </xf:button>
</xf:pageaction>
 
Top Bottom
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock
No Thanks