metalguy639
02-09-2010, 01:45 AM
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:
<if condition="is_member_of($post, 22)"><img src here...etc></if>
This code worked great for using in posts but since it has the $post variable it does not work in the members profile for obvious reasons. I need to know what code to use to get a particular picture to show in a members profile when they belong to a certain usergroup. I have 3 usergroups and each one has an extra picture for their group. Its kinda a second avatar. I do not need a rank nor do I want to do this through the rank system. I jsut need to know what if statement will work with a usergroup & show that image in their profile to everyone.
Thanks!
<if condition="is_member_of($post, 22)"><img src here...etc></if>
This code worked great for using in posts but since it has the $post variable it does not work in the members profile for obvious reasons. I need to know what code to use to get a particular picture to show in a members profile when they belong to a certain usergroup. I have 3 usergroups and each one has an extra picture for their group. Its kinda a second avatar. I do not need a rank nor do I want to do this through the rank system. I jsut need to know what if statement will work with a usergroup & show that image in their profile to everyone.
Thanks!