=== Weasel's Authorshare === Contributors: weasello Donate link: Tags: author, tools, share, analysis, percentage Requires at least: 2.0.2 Tested up to: 2.3.1 Stable tag: 2.0 A plugin that allows you to display a percentage share of the published database per author, with many display options. == Description == A plugin that allows you to display a percentage share of the published database per author. Strongly recommend Role Manager plugin for full functionality. This plugin should be completely self contained and work totally on its own without source editing. It will add an admin panel named "Author Share" underneath the USERS tab, and will create two new user capabilities to Red Alt's User Roles plugin.If you do not have this plugin, you can manually call the percentage generating function like so: `wz_authorshare(USER_ID,[preface override],[postface override]);` or `wz_authorshare_top10(PRE, POST, DECIMALS, SHOWALL, PUBLICUSERS);` (see installation section for parameter descriptions) == Installation == 1. Upload `wz_authorshare.php` or it's containing directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. View the plugin view the admin menu under the "Users" tab, subheading "Author Share" 3. (optional) Place a single-user template tag. This displays the specified user's share of the database: `` Where: - USER_ID is the numerical user ID of the person you wish to show the percentage for - PREFACE (optional) is any HTML or text you would like inserted before the percentage, and - POSTFACE (optional) is HTML or text you would like to be inserted after the percentage. Example: `','%'); ?>` would output - 22% 4. (optional) Place a top-ten style list that displays a nice ranking display: `` Where: - PRE is text/HTML to precede the line of generated text. EG: '