Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small bug in user list #13

Open
CarsonF opened this issue Aug 16, 2012 · 2 comments
Open

Small bug in user list #13

CarsonF opened this issue Aug 16, 2012 · 2 comments

Comments

@CarsonF
Copy link

CarsonF commented Aug 16, 2012

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.

@NoahY
Copy link
Owner

NoahY commented Feb 17, 2013

can you explain how this relates to my code?

@silverbux
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants