Nocturnal222
06-21-2012, 05:22 PM
hi,
can someone tell me how to call an user in a vb if/else condition
<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 1340303990 at 1340303990 ---------------
<vb:if condition="$post['userid'] == 5"><div class="userinfo_xxxx">
<vb:else />
<div class="userinfo">
</vb:if>
is this correct?
can someone tell me how to call an user in a vb if/else condition
<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 1340303990 at 1340303990 ---------------
<vb:if condition="$post['userid'] == 5"><div class="userinfo_xxxx">
<vb:else />
<div class="userinfo">
</vb:if>
is this correct?