[Hỏi đáp] Tại sao nút thanks của mình ko hoạt động

  Bài viết hay nhất1
mình đã active nút thanks mà sao trong bài viết lại không có nút đó, mọi người có thể giúp mình đc ko
  Bài viết hay nhất2
Demo và acc test
  Bài viết hay nhất3
Nút Thank trong forumotion chỉ xuất hiện trong các class trả lời chứ không hiện trên topic #1. Tác zụng của nut thank này là tạo môi trường cho chủ topic cảm ơn những câu trả lời xuât săc kiểu hỏi đáp chứ koz fải thank kiểu Tip hướng dẫn.

Tuy nhiên, bạn cũng có thể nấu nướng chức năng vote thành nút Thank bằng cách dùng code
Code:
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button" title="Cảm ơn bài viết"><a class="thumbnail" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}"><img src="http://2img.net/i/fa/subsilver/icon_thanks_off_en.png" id="Thanks button" border="0" vspace="1" /></a>
</div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->

Chèn code này vào template viewtopic_body trong mục quản lí tổng thể của thẻ Display
Vị trí trên dòng
Code:
li>{postrow.displayed.THANK_IMG}</li>

Tiếp theo tìm và xóa đoạn code này:
Code:
<!-- BEGIN switch_vote_active -->
            <div class="vote gensmall">
               <!-- BEGIN switch_vote -->
               <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
               <!-- END switch_vote -->

               <!-- BEGIN switch_bar -->
               <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                  <!-- BEGIN switch_vote_plus -->
                  <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                  <!-- END switch_vote_plus -->

                  <!-- BEGIN switch_vote_minus -->
                  <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                  <!-- END switch_vote_minus -->
               </div>
               <!-- END switch_bar -->

               <!-- BEGIN switch_no_bar -->
               <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
               <!-- END switch_no_bar -->

               <!-- BEGIN switch_vote -->
               <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
               <!-- END switch_vote -->
            </div>
<!-- END switch_vote_active -->

Bạn có thể thay thế địa chỉ image nut thank mà bạn thix.
  Bài viết hay nhất4
có topic nó xuất hiện, có topic thì nó lại mất tích @@ http://translatorsteam.forumvi.com/ demo
  Bài viết hay nhất5
You cannot reply to topics in this forum