Kyojii
04-03-2012, 04:58 AM
I thought you'd be able to get a users avatar by grabbing their userinfo like so.
fetch_userinfo($userid);
However after doing a var_dump of what that returns their avatar isn't to be found. All that was in there was
avatarid: 0
avatarrevision: 0
showavatars: 1
adminavatar: 0
--------------- Added 1333436416 at 1333436416 ---------------
I found you can get it by linking to image.php like so...
image.php?u=userid
fetch_userinfo($userid);
However after doing a var_dump of what that returns their avatar isn't to be found. All that was in there was
avatarid: 0
avatarrevision: 0
showavatars: 1
adminavatar: 0
--------------- Added 1333436416 at 1333436416 ---------------
I found you can get it by linking to image.php like so...
image.php?u=userid