I have another question - I want to display some of my user's profile information in a "wrap" around their custom content; I've managed to succesfully include the additional fields I've created for my user profiles by inserting $userinfo[field##];
My question is, how would I display thier avatar, profile picture and url, etc.?
Thanks in advance for any guidance
BTW - I can get only certain user profile fields to come up i.e.
Code:
$userinfo[username]
comes up. but not
Code:
$userinfo[avatarurl]