photo

Last post 11-21-2007, 8:06 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  11-21-2007, 5:09 AM 35262

    photo

    can i add my members photo on the Web Messenger.....? can you tell me...?
    or can anyone help me....?  
    Filed under:
  •  11-21-2007, 8:06 AM 35264 in reply to 35262

    Re: photo

    Hi
    You can override the script functions to get a url for the photo:
     
    For example:
    put this script into messenger.aspx , after other script tags :
     
    function ChatUI_GetInstantAvatar(user)
    {
        return "DownloadMyUserPhoto.ashx?UserId="+user.UserId;
    }
     
    Of cause you need to create the DownloadMyUserPhoto.ashx , and redirect to the photo's url.
     
    Regards , Terry .
View as RSS news feed in XML