ORIGINAL PLUGIN --------------- Original plugin by Brian "ColdForged" Dupuis http://www.coldforged.org/archives/2005/03/29/the-enhanced-view-plugin/ THIS VERSION ------------ This version has been modified by Martijn van der Kwast to make it work with WordPress 2.x. More info can be found here: http://www.stilglog.com/wordpress-plugins/enhanced-post-views INSTALLATION: - Copy all files to /wp-content/plugins/enhanced-views - Activate plugin DIFFERENCES: - Displays all authors instead of only registered users. - You can extend this plugin with other plugins. INFO FOR PROGRAMMERS: You can add functionality to this plugin without modifying it. You can find examples of how this works in the following files: - enhanced-views-user.php + illustrates how to use capabilities to limit which posts are displayed + shows how to allow the plugin to be used on another page. + shows how to alter the authors dropdown to only show authors that can edit posts. - enhanced-views-checkboxes.php + full featured example that shows how to add a checkbox to every row to make it possible to delete several posts at once. Gotchas: - If you add a column, you can only make it sortable if a) the field name begins with post_ b) the field can be found in the posts table. c) it is allowed in wp-admin/classes.php ($allowed_keys, line 568 in wp 2.01)