Ok so how does the following url know to display the getprofileinfo div?
http://yourdomain.com/m/avatar/member_thumb/
If you have the Avatar module loaded, you know that clicking on a new avatar image on the right will update the Current Avatar image on the left.
The script calls the gethtmldata function and posts the uri m/avatar/member_thumb/
but I can't figure out how the coders take that post info and return data the equivalent of calling the thumb via the getprofileinfo function. No urgency or anything like that. I'm just curious of how they did it.
I thought maybe it was the get_image function but I can't find where that is referenced in the Avatar module either.
So if you do not believe in magic and you know how the profile info thumb data call is being made via the uri referenced above, would you please share that knowledge here? Thank you.