Quote:
Originally Posted by zonaenlinea
Everything is prefect the only problem was that that tube where their thanks and gratitude do not come labeled as other loa

|
- If you are Post Thank You Hack using ..
- admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates
- post_thanks_postbit_info: Change to all
PHP Code:
<vb:if condition="$post['userid']">
<div class="eti_postbit">
<dt>{vb:rawphrase post_thanks_thanks} : {vb:raw post.post_thanks_user_amount_formatted}</div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar right};">{vb:rawphrase post_thanks_time_post}</div>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar right};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="eti_postbit">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if>
</vb:if>