Hi,
I was having problems with avatars in photopost when users in vbulletin have a profile pic, a sigpic, but no avatar. It shows the image name text of the sigpic instead of nothing.
After digging through the vb3.php get_profiledata function i noticed that the ordering of fields is different to others:
Code:
Content visible to verified customers only.
shouldn't it be:
Code:
Content visible to verified customers only.
???
(Notice that the Avatar has moved position in the array)
I made the change and it appears to fix my avatar problem.