Thanks for looking into it!
How about this code? This will only work if you have stored avatars in file system.
Code:
<img src="/forum/customavatars/avatar".$array['userid']."_".$array['avatarrevision'].".gif\">";
(suggested here:
http://www.vbulletin.com/forum/showp...56&postcount=5)
Here are two threads suggesting to use fetch_avatar_url function:
https://vborg.vbsupport.ru/showthrea...=custom+avatar
http://www.vbulletin.com/forum/showt...ared+avatarurl
Do you think any of these will make it easier?