How to make it choosable by user with profile-field to show it in postbit?
This doesn?t work
Code:
<vb:if condition="$post['field10'] != 'Nein' OR $post['field10'] == ''">
<vb:if condition="$timespentonline_formatted">
<dt>{vb:rawphrase iwt_timespentonline}</dt> <dd>{vb:raw timespentonline_formatted}</dd>
</vb:if>
<vb:if condition="$timespentonlineperday_formatted">
<dt>{vb:rawphrase iwt_timespentonline_average}</dt> <dd>{vb:raw timespentonlineperday_formatted}</dd>
</vb:if>
</vb:if>
field10 are radio-buttons: Ja / Nein (in english

: yes / no)