Quote:
Originally Posted by NolF
On template post_thanks_postbit_info find
<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
either delete it or wrap it in a conditional, I normally put one so only admins can see it (is good to monitor abuse etc ^^)
<if conditional="$bbuserinfo[usergroupid] == 6"> or <if conditional="$bbuserinfo[userid] == XX">
First one for usergroupid, the second one if you only want your-self to be able to see it.
Read This tutorial about conditionals, very useful.
|
Which conditions would you use so that it only display Thanks and Thanked when it > 1.
I used to be able to do this with the if condition in earlier version but I don't know how to do it now.
Something like < if $vbphrase[post_thanks_thanks] >=1 or something