
Note that to get this extension working it is necessary to manually add a new template event to mChat. See the requirements section below.
To see this extension in action have a look at mChat's archive pages here on this board. It shouldn't take you long to find an edited message.

Screenshots
- Before editing a message:
- After editing a message:
- When clicking on the edit icon a popup is displayed:
- Users with
u_mchat_ip
permission can also see the IP address of the user who edited the message:
- PHP at least 5.4.7
- phpBB at least 3.2.0
- mChat at least 2.1.0
- If you use mChat 2.0.3 or earlier, you need to use version 1.0.2 of this extension.
- If you use mChat 2.0.0 or older, the following edit is required so that the ✍ icon can be displayed:
- Open
ext/dmzx/mchat/styles/prosilver/template/mchat_messages.html
(view on GitHub) - Find
{mchatrow.MCHAT_TIME}</span></div>
- Replace with
{mchatrow.MCHAT_TIME}</span><!-- EVENT dmzx_mchat_messages_header_after --></div>
- Open
This extension is only available to Donors. How to get access.
How to install, update and uninstall extensions: https://www.phpbb.com/extensions/installing/
Install path:
ext/kasimi/mchateditdetails/
Changelog
- v1.1.0 - 2018-07-30
- Dropped support for phpBB 3.1 and mChat 2.0.x. You need at least phpBB 3.2.0 and at least mChat 2.1.0.
- Only include script data if mChat is rendered
- Use Twig template syntax
- v1.0.2 - 2017-04-07
- Fixed bug in JavaScript that in some cases prevents code from other extensions from running.
- v1.0.1 - 2016-11-12
- Fixed compatibility with Relative Dates extension
- v1.0.0 - 2016-11-11
- First release