This mChat addon extension disables all media embedding in mChat messages done by the phpBB Media Embed PlugIn and s9e/mediaembed extensions and displays a regular clickable link instead. There are no settings: enable the extension, done.
Important: There is a small manual edit required for mChat 2.0.3 and earlier:
- Open
ext/dmzx/mchat/core/mchat.php
- Find: (https://github.com/kasimi/mChat/blob/2. ... .php#L1555)
Code: Select all
generate_text_for_storage($message, $uid, $bitfield, $options, $mchat_bbcode, $mchat_magic_urls, $mchat_smilies, $mchat_img, $mchat_flash, $mchat_quote, $mchat_url);
- Replace with:
Code: Select all
generate_text_for_storage($message, $uid, $bitfield, $options, $mchat_bbcode, $mchat_magic_urls, $mchat_smilies, $mchat_img, $mchat_flash, $mchat_quote, $mchat_url, 'mchat');
- PHP at least 5.4.7
- phpBB at least 3.2.0
- mChat at least 2.0.0
https://github.com/kasimi/phpbb-ext-mch ... ses/latest
How to install, update and uninstall extensions: https://www.phpbb.com/extensions/installing/
Install path:
ext/kasimi/mchatstopmediaembed/