Quote:
Originally Posted by dorin2oo7
Try my code: (it works fine for me)
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}</dt></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<div class="eti_postbit"><dd>{vb:rawphrase post_thanks_time_post}</dd></div>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="eti_postbit"><dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd></div>
<vb:else />
<div class="eti_postbit"><dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd></div>
</vb:if>
</vb:if>
Your main problem in the code is float: {vb:stylevar right} that has to be left instead of right!
|
Thanks. But now there is another problem.
Status :
Join Date : Oct 2010
Location : Cleveland
Posts : 1
Thanks : 0
__________ Thanked 2 Times in 1 Post
This is what I get. ^ The "Thanked X Times in X Post" is all the way to the right.
And how can I remove the number of thanks the user has given out? Its sort of useless. People want to know how many times they have been thanked, not how many times they have thanked.