Linux 软件免费装

Comment Counter

开发者 ocean90
更新时间 2010年1月31日 06:58
PHP版本: 2.6 及以上
WordPress版本: 3.0-alpha

标签

email ip author url comment count commentator statics

下载

0.2 0.21 0.22 0.3 0.4

详情介绍:

Comment Counter is a plugin which count the comments by a commentator. You can define different parameters for the count: Usage <?php comment_counter($args); ?> . Links

安装:

  1. Download Comment Counter plugin
  2. Unzip the archive
  3. Upload the folder comment_count into ../wp-content/plugins/
  4. Activate the plugin through the 'Plugins' menu in WordPress
  5. Place <?php comment_counter();?> in your template
  6. Have fun! Info: If you use <?php wp_list_comments(); ?> in your template you should read this article.
Bitte besuch die Comment Counter Seite fuer eine deutsche Anleitung. Default Usage <?php $args = array( 'routine' => 'email', 'exclude' => '', 'cc_comment_id' => '', 'echo' => 1, 'format' => '<small>%s</small>', 'german_plural' => 1, 'access' => '' ); ?> . Parameters routine (string) The count parameter. Valid values: exclude (string) Define which e-mail, name, url, id or ip shouldn't be count. Valid values: cc_comment_id (int) Define an ID of a comment. It will display the count from the commentator of this comment. Valid values: echo (boolean) If you want to save the number in a variable, you should use echo=0. Valid values: format (string) Style the output Valid values: access (string) Who should see the comment count. Values are capabilities. Valid values:

升级注意事项:

If you upgrade from version < 0.4, you should read the new documentation. The handling of parameters is changed!

更新日志:

0.4 0.3 0.22 0.21 0.2 0.1