Quote:
Originally Posted by Big-K
Folks, Is there a conditional for member of infraction groups?
I want to show specific avatars for infraction groups. I tried the following
<vb:if condition="$bbuserinfo['infractiongroupid'] ==1" />
also tried
<vb:if condition="is_member_of($infractiongroupid, 1)" />
|
I'd also like to know if this is possible, but how to do it on a plugin also. It'd be great if I could have some code execute if the user had any active infractions.