I'm trying to show all answerers' avatars on question lists. I have an array of userids.
Is there a built-in function to display an avatar and its clickable link when you have userid?
Example:
In the above illustrated image, kaka is the asker, there are three ppl who respond to his question.
Or, we have to do a MySQL query?