bzcomputers
09-07-2012, 11:42 AM
I need a conditional statement for the postbit to show something as long as the user is a member, not a "staff" member, and the currently logged in user is not also the poster.
I've got the first two parts worked out but the "currently logged in user is not also the poster" I need some help with.
Thanks.
So far....
<vb:if condition="$show['member'] AND !is_member_of($post, 5, 6, 7)"
I've got the first two parts worked out but the "currently logged in user is not also the poster" I need some help with.
Thanks.
So far....
<vb:if condition="$show['member'] AND !is_member_of($post, 5, 6, 7)"