This here be a page devoted to the AuthorShare Plugin for Wordpress that I wrote (all by myself, no less)! (and with help from a mazillion people… Most notably IO_ERROR from #wordpress)
WHAT IS IT?
AuthorShare is a plugin that will help you present to your users and/or blog-viewing public how much you’ve written for a particular site. Designed with multiple-author-blogs in mind, it will definitively say “yes, Weasel has written 40% of all published articles.”
Included in the package is an administration interface, a publicly viewable list of other others and their percentages, and also a function that can be placed into any interface or template. New in v1.2u, a Top-X list (top-10 but of variable length) is also included. No editing of any source code should be necessary.
DOWNLOAD:
Please check out the wordpress plugin database for the latest updates and version compatabilities.

on February 11th, 2007 at 1:38 pm #
This plugin is now Wordpress 2.1 Compliant! Hooray.
on June 10th, 2007 at 10:39 am #
How do you embed this onto a page in wordpress?
on June 11th, 2007 at 11:04 pm #
Well there’s example code in the header of the file, here’s a quick excerpt:
wz_authorshare(USER_ID,[preface override],[postface override]);But you’ll need a few other tools like a PHP-allowing plugin to allow you to insert it into a Page or an Article.
on July 17th, 2007 at 5:30 pm #
I followed the instructions.
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘id’ at line 6]
SELECT user_nicename FROM wp_users U WHERE U.ID = user id
on November 30th, 2007 at 3:44 am #
I also get the sql error.. I’m on WP 2.2.2. Any help? :)
on December 7th, 2007 at 7:05 pm #
Hmm, I’m using WP 2.2.2 and 2.3 and it works fine here - what version of Role Manager are you using?
on June 21st, 2008 at 2:28 am #
I am just curious that whether it’s working with 2.5?