The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding A Usergroup Based Extra image To Profile
I was able to add the extra image to the posts of each person in those usergroups (there are 3 usergroups that I'm working with), but the code to add it to the members profile page I cannot seem to find. Basically what I need is a code similar to this:
Code:
<if condition="is_member_of($post, 22)"><img src here...etc></if> Thanks! |
#2
|
|||
|
|||
Anyone????
|
#3
|
|||
|
|||
This is a guess, but did you try:
Code:
<if condition="is_member_of($bbuserinfo, 22)"><img src here...etc></if> |
#4
|
|||
|
|||
Erm you did not read the post I said that did not work already.
|
#5
|
|||
|
|||
Quote:
Sorry if I still don't understand. Anyone else? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|