PDA

View Full Version : how to add thanks field



raja811
Tue 25th Aug '09, 6:14pm
hi how to add field in thanks ?


My póibit legasy


<if condition="$post[userid]">
<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<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>
</div>
</if>

Steve Machol
Tue 25th Aug '09, 8:33pm
That is from an add-on. You need to post in the correct thread for that add-on over at www.vbulletin.org.