Linux 软件免费装

Author Listing

开发者 simonwheatley
更新时间 2009年2月3日 22:08
捐献地址: 去捐款
PHP版本: 2.6 及以上
WordPress版本: 2.7-beta3-9909

标签

profile users authors

下载

0.4b 1.0 1.01 1.02

详情介绍:

A plugin providing template tags to list all active (or inactive) authors in the WordPress installation. <?php list_active_authors( 'days=30&include_protected_posts=0' ); ?> Will list all the authors active in the last 30 days, not counting password protected posts as "activity". Both parameters are optional. <?php list_inactive_authors( 'days=30&include_protected_posts=0' ); ?> Will list all the authors NOT active in the last 30 days, counting password protected posts as "activity". Again, both parameters are optional. If "days" are not provided the tags default to the last 30 days. If "include_protected_posts" is not specified, the tags default to not including password protected posts. The HTML output is fairly heavily classed, but if you need to adapt it you can. Create a directory in your theme called "view", and a directory within that one called "author-listings". Then copy the template files view/author-listings/active-authors-list.php and/or view/author-listings/inactive-authors-list.php from the plugin directory into your theme directory and amend as you need. If these files exist in these directories in your theme they will override the ones in the plugin directory. This is good because it means that when you update the plugin you can simply overwrite the old plugin directory as you haven't changed any files in it. All hail John Godley for the code which allows this magic to happen. Can hook into the User Photo plugin to display the author photos. Plugin initially produced on behalf of Puffbox. Is this plugin lacking a feature you want? I'm happy to accept offers of feature sponsorship: contact me and we can discuss your ideas. Any issues: contact me.

安装:

The plugin is simple to install:
  1. Download author-listings.zip
  2. Unzip
  3. Upload author-listings directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Give yourself a pat on the back

更新日志:

v0.1b 2008/08/18 v0.2b 2008/08/19 v0.3b 2008/08/20 v0.4b 2008/10/04 v1.0 2008/10/09 v1.01 2008/11/27 v1.02 2008/11/27