Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
249 views
in Q2A Core by
I like to show the User Avatar in Qustions, Answers and Comments. But im using the QA_EXTERNAL_USERS mode to pull the User out of our DB.

1 Answer

0 votes
by

You need to modify the HTML that is displayed for users, to include the avatars they have defined in your database. See qa_get_users_html(...) in qa-external-users.php and the examples within.

...