How does on go about making the user page, like qa/user/XYZ, look better? Rearrange, how information is presented?
I looked at the classed on this page, for qa-theme-base.php, but no classes on the user page are in that file. I then looked at qa-page-user.php, and it has alot of functions for getting the user information, and I found something called: $userhtml=qa_html($handle); - it seems like all the user information is passed thru to this qa_html function?
Is rearranging items on the qa/user/* page then simply a matter of rearraning functions in the qa-page-user.php code so that what gets sent to $userhtml is in a specific order?