=== Read and Understood === Contributors: petermantos Requires at least: 3.0 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: Acknowledgement, Accountability, Mantos, Acknowledge, Read, Understood, == Screenshots == 1. The Read and Understood administration screen. 2. The Read and Understood button at the end of a posting == Description == Read-and-Understood is a solution to the "I didn't get the memo" problem. The Read and Understood (RnU) WordPress plugin offers readers the opportunity to record an acknowledgement that they have read a specific posting. You can visit us at: One common use of RnU is by employers to record that employees have read postings a specific, private category such as 'internal' which may only be seen by authorized, logged-in users. By doing so, the employee may assume responsibility for understanding the content and following any instructions, procedures, or policies contained in it. These acknowledgements may then be accessed by administrators via a CSV file containing records created in a given date range. The records are exported using an Export button on the plugin's setting page. In addition to exportation, the records are accessible through any technique used to access a typical MySql database such as PHPadmin, linked tables, or custom programming. The acknowledgements may also be purged (deleted) using the PURGE button also found on the plugin's setting page. Optionally, the plugin may be configured to accept acknowledgements from users who are not logged-in. In that case, the user may enter any username desired provided that it meets an administrator specified format as defined by a regular expression. The default format for such usernames, if allowed, is 1-10 capital letters. An Export file contains the following headers: RNU_USERNAME .............. The WP username of the logged in reader, or the one entered if allowed post_title ................ The WP title of the posting acknowledged id_RNU_ACKNOWLEDGMENT ..... A unique number identifying the acknowledgement record RNU_USER_ID ............... The userid of the logged-in WP user (or 0 if not logged-in) RNU_POST_ID ............... The post id of the posting acknowledged RNU_ACK_DATETIME .......... The date and time the posing was acknowledged by the user == Installation == 1. Upload the plugin read-and-understood files to the `/wp-content/plugins/` directory 2. Activate the read-and-understood plugin through the 'Plugins' menu in WordPress. 3. Configure: Use the Settings link on the WP Admin page and look for the Read and Understood menu a. Choose a category. Only posts with this category may be acknowledged. b. Optionally allow users to acknowledged postings in that category without having a login If you chose that option, you may also restrict the format of the usernames If you know what a regular expression is, you may configure your own format for usernames The default allows for a 1 to 10 character username using capital letters only. == Frequently Asked Questions == = Has anyone Asked any questions yet ? = No. == Changelog == = 0.2 = * Removed remote reference to jquery-ui.css and included local copy