Hello,
Currently I'm trying to adjust my postbit here and there, and having something like this setup:
Code:
<td class="alt3" style="padding: 0px; background-image: url($stylevar[imgdir_misc]/back.gif); background-repeat: repeat-x; border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$post[onlinestatus]
Would it be possible to replace [minicode]$post[onlinestatus][/minicode] by
Code:
<if condition="$onlinestatus==1"><img src="$stylevar[imgdir_misc]/online.gif" style="float: right;" border="0"></if>
somehow?