该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Reckoning

描述

Reckoning provides a nice overview of a blog’s content sorted by user. It provides a page in the Admin Dashboard page (“Users->User Summary”) that lists the users’ post titles and dates underneath their names with a total count, and it does the same for the comments. If you click on an author’s name, then you’ll see an overview page for the author with the same information, but the content of the posts and the comments will be listed there too.

This plugin creates no database tables, and it does not store or alter any data; it simply displays data in a convenient fashion.

The initial use-case for Reckoning was for professors who use class blogs to assess their students’ work at the end of the semester (read: The Reckoning). It basically gives a birds-eye-view of who has posted and commented.

Note: WordPress Multisite only.

Developed for Blogs@Baruch with support from CUNY: Baruch College’s Bernard L. Schwartz Communications Institute and the Center for Teaching and Learning.

Github Repo

Please report any issues with the plugin via the Github repository.

屏幕截图

  • The overview page
  • Comments on a single author page
  • A non-prolific single author page
  • The menu item (called "User Summary")

安装

Just install like you would regularly. This plugin does not create any table or data; it simply displays some data nicely.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘reckoning’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select reckoning.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download reckoning.zip
  2. Extract the reckoning directory to your computer
  3. Upload the reckoning directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

评价

此插件暂无评价。

贡献者及开发者

“Reckoning” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Reckoning”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.0.1

  • Rollback array declarations to be compatible with PHP < 5.4

2.0.0

  • Include private posts (breaking change) PR @boonebgorges
  • Fix coding standards
  • Better sanitization

1.0.1

  • Added headers to tables for clarity.

1.0.0

  • Initial Commit.