EDIT ALARM README REQUIREMENTS: EE 2.x IMPORTANT NOTES: This extension was developed during the releases of EE 2.1.1 and 2.1.2. Both version have bugs affecting this plugin. If you haven't patched up or upgraded, you must read the following: If you are using EE 2.1.1, please upgrade. There is a bug with the entry_submission_absolute_end hook. If you are using EE 2.1.2, please apply the following bugfix to (or upgrade to EE 2.1.3): ./system/expressionengine/controllers/cp/content_publish.php on line 1090 Find this: $result = $this->extensions->call('publish_form_entry_data', $result->row_array()); Replace with: $result = $this->extensions->call('publish_form_entry_data', $result); INSTALLATION: 1. Download and unzip the latest version 2. Upload edit_alarm folder to your third_party folder (usually it's ./system/expressionengine/third_party) 3. Enable Edit Alarm in the Control Panel (Settings if you like to customize) SUPPORT, SUGGESTIONS, AND BUGS: For support, suggestions, bug submissions, and comments, please e-mail thanh@vuongs.org and I will try my best to address your concerns. WIKI SPECIAL INSTRUCTIONS To use edit alerts in the wiki, you will need to make small additions to your wiki theme(s). You can edit your wiki themes at CP Home > Modules > Wiki > Wiki Themes Two variables are used: {edit_alarm_message} - replaced by the edit alert message {edit_alarm_css} - replaced by the CSS in the extension settings You can use these however you see fit. One suggested way is to put the following within the Edit 'Wiki Edit' template and add the following right after {if can_edit} {if edit_alert}