Ok this is a tricky one. I have been trying to create a button for each author that, when clicked, show their posts from the current category. i.e. take them to a page that grabs the current category and shows only posts by that author.
I was hoping that the_author_posts_link might be a way but not sure how to pass it the details to use only the current category.