this is my
post_thanks_postbit_info template
Code:
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; 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>
</vb:if>
replace yours with this one and see
Quote:
Originally Posted by matt94gt
That worked. Thanks. One little thing I see is I thanked someone and it now says
"Thanked 1 Time in 1 Post 0
Feedback Score"
Is there a way to fix this alignment? See example here:
http://sn95forums.com/showthread.php...ciation-solved
Also is there a way to only allow it in certain sections, like I dont really want it in the lounge as people will abuse it.
Thanks
|
Quote:
Originally Posted by StikxX
it is still displayed incorrectly
There must be exactly the other way.
I have to thank you again and I got two Acknowledgments
|