A quick question
How would I use template conditional to show in the postbit the $post[ambportval] only for members whose portfolio > 0
Otherwise, don't display that since I have lot of people with portfolio = 0
Something like this (not quite right yet)
Code:
<if condition="$post[ambportval] == 0">
don't display anything here
Else
<if condition="$show['reputation']" >
<div class="pbit" align="left">
Portfolio: $$post[ambportval] <br>
Change: $post[ambportgainper]%</span></div></if>
</if>