I've created a userlist page that displays all my users (sans the admin account), and it also links to each user's posts.
Example:
User Name
Post count: 4
Email: user@email.com
Website: http://www.url.com
Obviously, whatever info they leave out of their profile isn't displayed. To read all this author's posts, I can click the post count number (4, in the above example). On their own profile page, it also has a description, so you can read more about them along with reading their posts.
The problem is, if they don't have any posts yet, then a profile page isn't created for them. The only way to see a profile page (author.php, by the way) is if they've already posted.
Can anyone tell me how to link to a page that would still show their description and, should they have no posts yet, just leave the author_posts section blank?