Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
255 views
in Q2A Core by
closed by

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:

Answerer

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?

Q2A version: 1.8.4
closed with the note: Do MySQL query to get Blobid then get the avatar url.
by
I have an array of userid, but don't know how to turn them into avatars. I thought there is a built-in function in https://docs.question2answer.org/code/functions/ but I cannot see it.
...