q2a-badges icon indicating copy to clipboard operation
q2a-badges copied to clipboard

Small bug in user list

Open CarsonF opened this issue 12 years ago • 2 comments

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.

CarsonF avatar Aug 16 '12 17:08 CarsonF

can you explain how this relates to my code?

NoahY avatar Feb 17 '13 22:02 NoahY

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.

silverbux avatar Apr 14 '16 02:04 silverbux