q2a-badges
q2a-badges copied to clipboard
Small bug in user list
I overwrote the function qa_get_user_handles_html() to display the user's full name instead of the handle. The badges showed up correctly everywhere except the users list. I found the regrex in the ranking function and replaced it with the regex in the post_meta_who function, which just grabs the user handle from the href instead of the <a>
value.
can you explain how this relates to my code?
had same error, my solution was. on qa-badge-layer.php line 260 just replace it with $handle = $item['raw']['userid'];
not sure if it has any bearing though.