Help Giúp về nút trả lời khi dùng addon Forum Comments System

ngovancanbn

MasterCorporal
Khi dùng Addon Forum Comments System sẽ tạo ra thêm 1 nút bình luận nữa, nhấn vào đó mới trả lời chồng lên nhau được. Vậy có cách naof tắt nút trả lời gốc để dùng mỗi nó không mọi người?
 
Để xóa nút trả lời gốc, bạn cần xóa 2 đoạn code này ở 2 template khác nhau
Code 1:
Mã:
<a href="{$quoteLink}"
                    class="actionBar-action actionBar-action--reply"
                    title="{{ phrase('reply_quoting_this_message')|for_attr }}"
                    rel="nofollow"
                    data-xf-click="quote"
                    data-quote-href="{{ link('posts/quote', $post) }}">{{ phrase('reply') }}</a>
Code 2:
Mã:
<a href="{{link('comments',$comment)}}"
                                   class="actionBar-action actionBar-action--reply"
                                   title="{{ phrase('reply_quoting_this_message')|for_attr }}"
                                   data-xf-click="quote"
                                   data-quote-href="{{ link('comments/quote', $comment) }}">{{ phrase('reply') }}</a>
Mình đã test và thấy OK
 
Để xóa nút trả lời gốc, bạn cần xóa 2 đoạn code này ở 2 template khác nhau
Code 1:
Mã:
<a href="{$quoteLink}"
                    class="actionBar-action actionBar-action--reply"
                    title="{{ phrase('reply_quoting_this_message')|for_attr }}"
                    rel="nofollow"
                    data-xf-click="quote"
                    data-quote-href="{{ link('posts/quote', $post) }}">{{ phrase('reply') }}</a>
Code 2:
Mã:
<a href="{{link('comments',$comment)}}"
                                   class="actionBar-action actionBar-action--reply"
                                   title="{{ phrase('reply_quoting_this_message')|for_attr }}"
                                   data-xf-click="quote"
                                   data-quote-href="{{ link('comments/quote', $comment) }}">{{ phrase('reply') }}</a>
Mình đã test và thấy OK
nó nằm ở file nào template v bác..
 
Để xóa nút trả lời gốc, bạn cần xóa 2 đoạn code này ở 2 template khác nhau
Code 1:
Mã:
<a href="{$quoteLink}"
                    class="actionBar-action actionBar-action--reply"
                    title="{{ phrase('reply_quoting_this_message')|for_attr }}"
                    rel="nofollow"
                    data-xf-click="quote"
                    data-quote-href="{{ link('posts/quote', $post) }}">{{ phrase('reply') }}</a>
Code 2:
Mã:
<a href="{{link('comments',$comment)}}"
                                   class="actionBar-action actionBar-action--reply"
                                   title="{{ phrase('reply_quoting_this_message')|for_attr }}"
                                   data-xf-click="quote"
                                   data-quote-href="{{ link('comments/quote', $comment) }}">{{ phrase('reply') }}</a>
Mình đã test và thấy OK
mình đã thành công cảm ơn b
 
Mình cài xong ko biết sung với cái gì lại gỡ
 
Sửa lần cuối:
Back
Top