I'm just wondering if the permission "Can post automatically parsed URLs" works like intended.
When user does have "Can post automatically parsed URLs" permission but does not have "Can use BBCodes" permission, the result is that URLs the user has posted are not clickable.
This can be fixed in core.modify_text_for_storage_before event but I don't like that solution very much.
Perhaps dmzx\mchat\core\mchat.php:1455
should be something like$mchat_img = $mchat_flash = $mchat_quote = $mchat_url = $mchat_bbcode;
???$mchat_img = $mchat_flash = $mchat_quote = $mchat_bbcode;
$mchat_url = true;