Linux 软件免费装
Banner图

Published By

开发者 coffee2code
更新时间 2018年6月11日 16:06
捐献地址: 去捐款
PHP版本: 4.6 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

post tracking editor author publish users coffee2code publisher audit auditing

下载

1.0 1.0.1 1.0.2 1.0.3 1.1 1.2 1.3

详情介绍:

This plugin records which user actually published a post, which in a multi-author environment may not always be the original post author. This helps to maintain accountability for who was ultimately responsible for a post appearing live on a site. The admin listing of posts is amended with a new "Published By" column that shows the name of the person who published the post (for those posts that have actually been published). A dropdown above admin post listings allows for the listing to be filtered by a particular publishing user (but only includes posts with a known publishing user). For posts that were published prior to the use of this plugin (and thus the plugin could not directly record who published those posts), the plugin makes a best guess attempt to ascertain who published the post. After failing to find the publisher of the post as recorded by the plugin, it checks for who last edited the post, then who is responsible for the latest revision of the post, and finally failing those, it assumes it was the post author. In cases where it had to go through this process, the name of the person it deduced as the likely publisher appears italicized and with a question mark at the end. If you'd rather the plugin not make an attempt to guess the publisher, you can disable the checks by including this snippet in your theme's functions.php (or, ideally, a site-specific mu-plugin): <?php add_filter( 'c2c_published_by_skip_guessing', '__return_true' ); ?> Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

安装:

  1. Install via the built-in WordPress plugin installer. Or download and unzip published-by.zip inside the plugins directory for your site (typically wp-content/plugins/)
  2. Activate the plugin through the 'Plugins' admin menu in WordPress

屏幕截图:

  • A screenshot of the admin post listing showing the added "Published By" column. It demonstrates the mix of a post puublished by the current user, a post poblished by another user and two posts that existed before the plugin was activated (one guessed to be published by the current user and one guessed to be published by yet another user).
  • A screenshot of the Publish metabox for a published post showing the current user who published the post.
  • A screenshot of the Publish metabox for a published post showing another user who published the post.
  • A screenshot of the post listing dropdown for filtering posts by publishing user.

升级注意事项:

1.3 Recommended feature update: added dropdown to filter post listings by published-by user, fixed bug preventing 'Published By' column from showing when post listing is filtered, delete meta field when user is deleted, noted compatibility through WP 4.9+, updated copyright date (2018), and more 1.2 Recommended feature update: linked usernames to profiles, noted guessed publisher with italics and question mark, referred to currenet user as "you", registered meta field for REST API compatibility, compatibility is now WP 4.6-4.7+, updated copyright date (2017), and more 1.1 Minor update: improved support for localization; verified compatibility through WP 4.4; updated copyright date (2016) 1.0.3 Minor bugfix release for users running PHP 5.2.x: reverted use of a constant only defined in PHP 5.3+. You really should upgrade your PHP or your host if this affects you. Also noted compatibility with WP 4.3+. 1.0.2 Trivial update: minor additions to unit tests; noted compatibility through WP 4.1+; updated copyright date (2015) 1.0.1 Trivial update: noted compatibility through WP 4.0+; added plugin icon. 1.0 Initial public release.

更新日志:

1.3 (2018-04-24) 1.2 (2017-01-12) 1.1 (2016-03-21) 1.0.3 (2015-09-02) 1.0.2 (2015-02-17) 1.0.1 (2014-08-25) 1.0