Trying to target the amount of points but I can`t find the template.
http://grab.by/grabs/1ac8a5173e199d5...08f7938186.png
I added divs.
HTML Code:
<!-- kBank Award START #postbit Info -->
<div class="postinfo">
<if condition="$awardedtimes AND $awardedamount">
<a href="search.php?do=findawarded&userid=$post[userid]">
<phrase 1="$post[musername]" 2="$awardedtimes" 3="$awardedamount" 4="$kbankname">$vbphrase[kbank_award_postbit_awarded_times_total]</phrase>
</a>
<br/>
</if>
<if condition="$thanksenttimes AND $thanksentamount">
<a href="search.php?do=findthank&userid=$post[userid]">
<phrase 1="$post[musername]" 2="$thanksenttimes" 3="$thanksentamount" 4="$kbankname">$vbphrase[kbank_award_postbit_sentthank_times_total]</phrase>
</a>
<br/>
</if>
<if condition="$thankreceivedtimes AND $thankreceivedamount">
<a href="search.php?do=findthanked&userid=$post[userid]">
<phrase 1="$post[musername]" 2="$thankreceivedtimes" 3="$thankreceivedamount" 4="$kbankname">$vbphrase[kbank_award_postbit_receivedthank_times_total]</phrase>
</a>
<br/>
</if>
</div>