Im trying to get the feedback to show up in the postbit but am having no luck. I tried adding two different lines of code but they dont seem to be working. here is what I put in my postbit.
1.
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
2.
<if condition="$post[itrader_total]">$post[itrader_pcnt]%</if>
|