<li id="categories"><?php _e('Authors:'); ?>
<?php list_authors('true','true','false','true','feed'); ?>
It displays a list of authors, a feed link to the articles, & the count of articles, but goes to the same list of articles for each feed link clicked. - weird
http://www.ctfzone.net/zone/author_posts.php thx!
I just figured out the problem here since I just had it. The problem is the "user_nicename" field apparently isn't getting filled when users register themselves. This is what is used in the URL for this and thus since it is missing, your URL has nothing for the author. If you look at the link it'll have a double slash (//) at the end of the URL. The user_nicename goes in between those. If you fix that for each user, you'll be set. Although you have a lot of users so that may be an issue for you.