Show message on profile if the usergroup i "x"
Hello.
I want to show a message on the profile of users that are from a certain usergoup.
I am using this:
<vb:if condition="is_member_of($bbuserinfo, 3)">
It only works for the user that is browsing the profile.
So I believe it would be something like this
<vb:if condition="$something->is_member_of($bbuserinfo, 3)">
Can someone help? Thanks.
|