It seems some events in
F.e.
includes/functions_messenger.php could be utilized.F.e.
core.modify_notification_template, core.modify_notification_message, core.notification_message_email.$user and $topic_id can be retrieved in the listener via request object just like in memberlist.php, f.e.Code:
$user_id= $this->request->variable('u', 0);$topic_id= $this->request->variable('t', 0);Statistics: Posted by rxu — Wed Dec 27, 2023 5:48 pm