hi,
can someone tell me how to call an user in a vb if/else condition
Code:
<vb:if condition="is_member_of($post, #)"><div class="userinfo2">
<vb:else />
<div class="userinfo">
</vb:if>
that is for usergroup.. can you help me to change it per user... (highlighted)
--------------- Added [DATE]1340303990[/DATE] at [TIME]1340303990[/TIME] ---------------
Code:
<vb:if condition="$post['userid'] == 5"><div class="userinfo_xxxx">
<vb:else />
<div class="userinfo">
</vb:if>
is this correct?