I've got my Q2A install hooked up to WP, such that when a user asks a question the username of that person appears under the question. So to say, if the user has the following credentials under WP:
Username: j.doe
First Name: John
Last Name: Doe
It was say that "answered 5 days ago by j.doe"
The way I see it, there should be something somewhere that's pulling a variable from the WP database to display j.doe. With that in mind, would it be possible to display "John Doe" instead? Where should I look?