You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: