Kevlar
03-12-2013, 11:33 PM
I was going to use this...
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">Show this to user group 1, 2, and 3</vb:if>
but I assume that this for the the usergroup of the person viewing the thread/post. Is there a conditional for the person who posted the post? I am trying to get the usergroup of the person who made the thread/post, not the person who is viewing the thread/post.
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">Show this to user group 1, 2, and 3</vb:if>
but I assume that this for the the usergroup of the person viewing the thread/post. Is there a conditional for the person who posted the post? I am trying to get the usergroup of the person who made the thread/post, not the person who is viewing the thread/post.