Page 1 of 1

Avatar problem

PostPosted: 03 Feb 2011, 15:58
by Jack
nvm, was sending the wrong variables to the getAvatar function :p

Re: Avatar problem

PostPosted: 03 Feb 2011, 16:04
by Jason
It's the same function and the same path. I can't imagine why it wouldn't work if it works for the buddy list. If you're having trouble then you can return a full URL in the function instead (http://...).

Re: Avatar problem

PostPosted: 03 Mar 2011, 01:22
by DMoney
function getAvatar($image, $user_id) {
return "./image.php?u=".$image;

Do you mean like
return "http://mysitename.com/image.php?u=".$image;

Topic Closed

PostPosted: 07 Nov 2012, 12:40
by Staff Bot
This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.