dbirosel
04-13-2007, 12:27 AM
http://www.caraudiojunkyard.com/forum/showpost.php?p=13996&postcount=21
Look at the footer by the controls. I am refering to the text:
[ Thanks: 18 ] Thanked 24 Times in 15 Posts
I want it aligned with the controls and look cleaner. How do i accomplish this goal?
Here's my code:
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
[ <strong>$vbphrase[post_thanks_thanks]:</strong> $post[post_thanks_user_amount_formatted] ]
<if condition="$post[post_thanks_thanked_times] == 1">
<strong>$vbphrase[post_thanks_time_post]</strong>
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
Look at the footer by the controls. I am refering to the text:
[ Thanks: 18 ] Thanked 24 Times in 15 Posts
I want it aligned with the controls and look cleaner. How do i accomplish this goal?
Here's my code:
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
[ <strong>$vbphrase[post_thanks_thanks]:</strong> $post[post_thanks_user_amount_formatted] ]
<if condition="$post[post_thanks_thanked_times] == 1">
<strong>$vbphrase[post_thanks_time_post]</strong>
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->