In sidebar show top ten user with avatar and points.
This site implement this: http://makeupqa.wiseshe.com
I think this will encourage user to register and ask and answer more.
very nice this plugin. Could you share please?
Thank you.
Top user plugin: http://question2answer.org/qa/1523/showing-popular-contributors-in-sidebar
you can output user avatars with this code:
$avatarImages[$username] = qa_get_user_avatar_html($user['flags'], $user['email'], $user['handle'], $user['avatarblobid'], $user['avatarwidth'], $user['avatarheight'], qa_opt('avatar_users_size'), true);
"<li>".$avatarImages[$key]." ".qa_get_one_user_html($key, false).'</li>';
check full code for image output here: Widget (Plugin): Most Active Users per Week or Month
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.