The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
If I remember correctly, it should be:
Code:
<vb:if condition="is_member_of($userinfo, 3)"> But it probably depends on which template you're putting it in. |
#3
|
|||
|
|||
Thanks!!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|