Thanks, I now have it configured correctly.
Now, I am asking another question. How would I restrict the default avatar to certain usergroups (ie Usergroups 2,57 have a default avatar if no avatar, the others dont)
I tried adding
Code:
<if condition="is_member_of($vbulletin->userinfo, 2, 5, 7)">
before the else avatar code, and </if> after.
The problem is that this dose not restrict it to those usergroups, rather usergroups 2,5,7 are the only ones who see default avatars.
How would I implement what I want (avatars only to usergroups 2,5,7)