PDA

View Full Version : [Hướng Dẫn] Sửa lỗi check khung ở mod thanks



ShineGhost
07-03-14, 10:17 PM
Hầu như khi cài đặt mod thank là đều check khung, hướng dẫn mọi người check
Bạn vào Admincp->Styles Manager->Edit templates->Tìm Post Thank You Hack Templates->Post_thanks_postbit_info
Bạn save lại hết đoạn code này lại
PHP Code:

<vb:if condition="$post['userid']">

<div class="eti_postbit"><dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>

<div class="eti_postbit"><vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if></div>
</vb:if>


Chúc mọi người thành công