Following other threads about disabling tooltips, I’m trying to remove those that show up when the cursor hovers over a user’s avatar. When I look in the thread files, I get to this line:
sp_UserAvatar(‘tagClass=spPostUserAvatar spCenter&context=user’, $spThisPostUser);
But that line’s classes deal with the div wrapper, not the link tag or the image within. Is there a way to remove the vtip class from the link tag generated by the hook above?